From d3f61d0f5131a8904bc36ad724b0627b600caece Mon Sep 17 00:00:00 2001 From: Munkyu Im Date: Thu, 30 Jun 2016 12:56:40 +0900 Subject: [PATCH] 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 --- tizen/emulator_configure.sh | 1 + 1 file changed, 1 insertion(+) 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*) -- 2.34.1