Skip to content

Commit 04b04e8

Browse files
author
Mykola Tryshnivskyy
committed
Revert "fix gyp interpretor issue in build.sh"
This reverts commit f072017.
1 parent f072017 commit 04b04e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ do
3535
for mode in $modes
3636
do
3737
cd $current_dir
38-
GYP=`which gyp`
39-
python $GYP --depth . -G output_dir=. -D platform=$platform -D mode=$mode -D ROOT_PATH=${base_output_gen} -D QT_DIR=${qt_dir} --generator-output=${output_gen}/$platform/$mode wd.gyp
38+
gyp --depth . -G output_dir=. -D platform=$platform -D mode=$mode -D ROOT_PATH=${base_output_gen} -D QT_DIR=${qt_dir} --generator-output=${output_gen}/$platform/$mode wd.gyp
4039
[ $? -ne 0 ] && exit 1
4140
cd ${output_gen}/$platform/$mode
4241
[ $? -ne 0 ] && echo "**** ERROR: Can't access to ${output_gen}/$platform/$mode" && exit 1

0 commit comments

Comments
 (0)