From 02d06f3a850694f408f48aadf1a5bee7d6a3d3d3 Mon Sep 17 00:00:00 2001 From: Ahmad Kemsan Date: Wed, 3 Jan 2024 15:49:52 +0530 Subject: [PATCH] chore: addressed deprecated distutils --- scripts/build-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-macos.sh b/scripts/build-macos.sh index 0b969c3..cc77d72 100755 --- a/scripts/build-macos.sh +++ b/scripts/build-macos.sh @@ -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