From: Munkyu Im Date: Thu, 30 Jun 2016 03:56:40 +0000 (+0900) Subject: configure: add python path for mingw build X-Git-Tag: Tizen_Studio_1.3_Release_p2.3~12^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3f61d0f5131a8904bc36ad724b0627b600caece;p=sdk%2Femulator%2Fqemu.git configure: add python path for mingw build 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 --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 3cae689815..41889dc125 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -222,6 +222,7 @@ exec ./configure \ --audio-drv-list=winwave \ --enable-hax \ --disable-vnc \ + --python=`which python` \ $CONFIGURE_APPEND \ ;; Darwin*)