projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
969110f
)
configure: add python path for mingw build
author
Munkyu Im
<munkyu.im@samsung.com>
Thu, 30 Jun 2016 03:56:40 +0000
(12:56 +0900)
committer
Munkyu 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
patch
|
blob
|
history
diff --git
a/tizen/emulator_configure.sh
b/tizen/emulator_configure.sh
index 3cae689815105ddaf9e12c327ea9dba6d5f29e56..41889dc125245aacc01d5a8ddf390a27b2298995 100755
(executable)
--- 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*)