mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
put ios-sim and ios-deploy into PATH
This commit is contained in:
@@ -13,7 +13,7 @@ cd "$ORIG_DIR"
|
||||
ANDROID_BUNDLE="$SCRIPT_DIR/android_bundle"
|
||||
DEV_BUNDLE="$SCRIPT_DIR/dev_bundle"
|
||||
|
||||
export PATH=${ANDROID_BUNDLE}/android-sdk/tools:${ANDROID_BUNDLE}/android-sdk/platform-tools:${PATH};
|
||||
export PATH=${ANDROID_BUNDLE}/android-sdk/tools:${ANDROID_BUNDLE}/android-sdk/platform-tools:${DEV_BUNDLE}/lib/ios-sim:${DEV_BUNDLE}/lib/ios-deploy:${PATH};
|
||||
|
||||
export ANT_HOME=${ANDROID_BUNDLE}/apache-ant-1.9.4
|
||||
export PATH=${ANT_HOME}/bin:${PATH}
|
||||
|
||||
Reference in New Issue
Block a user