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:
1601a14
)
configure: add quotation marks for Darwin LDFLAGS
69/29469/1
author
GiWoong Kim
<giwoong.kim@samsung.com>
Tue, 28 Oct 2014 09:09:26 +0000
(18:09 +0900)
committer
GiWoong Kim
<giwoong.kim@samsung.com>
Tue, 28 Oct 2014 09:09:26 +0000
(18:09 +0900)
Change-Id: I7c80058f8f33c38ca37887da48ba7afa01f2b1c0
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/emulator_configure.sh
patch
|
blob
|
history
diff --git
a/tizen/emulator_configure.sh
b/tizen/emulator_configure.sh
index f566626d0b4095945688da52b73c053a192c0b3d..7cb38568bc79df9c88863b405a475ca9a0fa07bf 100755
(executable)
--- a/
tizen/emulator_configure.sh
+++ b/
tizen/emulator_configure.sh
@@
-237,7
+237,7
@@
echo "##### QEMU configure append:" $CONFIGURE_APPEND
./configure \
--enable-werror \
--extra-cflags=-mmacosx-version-min=10.4 \
- --extra-ldflags=
-Xlinker -export_dynamic
\
+ --extra-ldflags=
"-Xlinker -export_dynamic"
\
--audio-drv-list=coreaudio \
--enable-shm \
--enable-hax \