Skip to content

Commit

Permalink
flip script
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 2, 2024
1 parent d76d4cd commit 1dfcfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/make-macos-x64-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

package_version=$(cat package.json | jq -r '.version')
build_file=$(ls prebuilds/@mongodb-js)
x64_file=$(echo $build_file | sed -e s/x64/arm64/g)
x64_file=$(echo $build_file | sed -e s/arm64/x64/g)
echo $x64_file
cp prebuilds/@mongodb-js/$build_file prebuilds/@mongodb-js/$x64_file

0 comments on commit 1dfcfeb

Please sign in to comment.