configure: add python path for mingw build
authorMunkyu Im <munkyu.im@samsung.com>
Thu, 30 Jun 2016 03:56:40 +0000 (12:56 +0900)
committerMunkyu Im <munkyu.im@samsung.com>
Tue, 5 Jul 2016 05:48:42 +0000 (14:48 +0900)
Build system uses theirs own PYTHON environment variable.
It fails on windows because of file seperator when build on mingw.
So, override it.

Change-Id: I0c0ba891eb900161ebc55884cd7819a4e4febf91
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
tizen/emulator_configure.sh

index 3cae689815105ddaf9e12c327ea9dba6d5f29e56..41889dc125245aacc01d5a8ddf390a27b2298995 100755 (executable)
@@ -222,6 +222,7 @@ exec ./configure \
  --audio-drv-list=winwave \
  --enable-hax \
  --disable-vnc \
+ --python=`which python` \
  $CONFIGURE_APPEND \
 ;;
 Darwin*)