Skip to content

Commit

Permalink
Use NODE_BINARY from .xcode.env when running packager from Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
elsurudo committed Jul 11, 2022
1 parent bb46046 commit 3e6bd1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/launchPackager.command
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ clear

THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)

WITH_ENVIRONMENT="$THIS_DIR/xcode/with-environment.sh"
source $WITH_ENVIRONMENT

# export packager environment variables
source "$THIS_DIR/.packager.env"

Expand Down

0 comments on commit 3e6bd1d

Please sign in to comment.