Skip to content

Commit

Permalink
build: Fix node path for x64
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <cubik65536@cubik65536.top>
  • Loading branch information
Cubik65536 committed Jul 29, 2024
1 parent 391e169 commit 46d928f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion downloads-x86-64.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ url = https://nodejs.org/dist/v%(version)s/node-v%(version)s-darwin-x64.tar.xz
download_filename = node-v%(version)s-darwin-x64.tar.xz
strip_leading_dirs = node-v%(version)s-darwin-x64
sha512 = 0e2ad3e108a6a2e938180ac958094476d5217e77176ecd18f6eb7f295ac2890781577c6dd243a9ce8633f319fed8e628738094cdd0ff036f4f5cfdf93d46fdc0
output_path = third_party/node/mac_x64/node-darwin-x64
output_path = third_party/node/mac/node-darwin-x64

[rust]
version = 2024-05-07
Expand Down
2 changes: 1 addition & 1 deletion retrieve_and_unpack_resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ while getopts 'gp' OPTION; do
else
# For x86-64 (Intel)
"$_main_repo/utils/downloads.py" retrieve -i "$_root_dir/downloads-x86-64.ini" -c "$_download_cache"
mkdir -p "$_src_dir/third_party/node/mac_x64/node-darwin-x64/"
mkdir -p "$_src_dir/third_party/node/mac/node-darwin-x64/"
"$_main_repo/utils/downloads.py" unpack -i "$_root_dir/downloads-x86-64.ini" -c "$_download_cache" "$_src_dir"
fi

Expand Down

0 comments on commit 46d928f

Please sign in to comment.