Skip to content

Commit

Permalink
Build native modules script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Aug 24, 2021
1 parent 390503d commit c8d8cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ios-build-native-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [ -f ~/.cargo/env ]; then
source ~/.cargo/env;
fi
# Rebuild modules with right environment
NODEJS_HEADERS_DIR="$( cd "$PROJECT_DIR" && cd ../node_modules/nodejs-mobile-react-native/ios/libnode/ && pwd )"
NODEJS_HEADERS_DIR="$( cd "$PROJECT_DIR" && cd ../node_modules/zbayapp-nodejs-mobile-react-native/ios/libnode/ && pwd )"
pushd $CODESIGNING_FOLDER_PATH/nodejs-project/
if [ "$PLATFORM_NAME" == "iphoneos" ]
then
Expand Down

0 comments on commit c8d8cd0

Please sign in to comment.