Skip to content

Commit

Permalink
Merge pull request #61 from cryptlex/fix/mac-build-script
Browse files Browse the repository at this point in the history
chore: addressed deprecated distutils
  • Loading branch information
azan-n authored Jan 3, 2024
2 parents 4cfc01d + 02d06f3 commit fa1b8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ unzip -o LexActivator-Static-Mac.zip -d ./tmp/macos

cp ./tmp/macos/libs/clang/universal/libLexActivator.a ./
npm i

python3 -m pip install setuptools
node-gyp rebuild
cp ./build/Release/lexactivator.node ./lib/bindings/macos/x64

Expand Down

0 comments on commit fa1b8ad

Please sign in to comment.