diff options
author | Karthik <kv.bhat@samsung.com> | 2021-09-09 09:48:12 +0530 |
---|---|---|
committer | Karthik <kv.bhat@samsung.com> | 2021-09-09 09:48:12 +0530 |
commit | 9c3b5470105c3b32d5763f0829c778350d5c944f (patch) | |
tree | 33176d620876450b92c21e8282f4c51522baa270 | |
parent | 9f9f332bb8c5b71624c9ecd01abf4ef41bf4d5af (diff) | |
download | qemu-9c3b5470105c3b32d5763f0829c778350d5c944f.tar.gz qemu-9c3b5470105c3b32d5763f0829c778350d5c944f.tar.bz2 qemu-9c3b5470105c3b32d5763f0829c778350d5c944f.zip |
Fix DIBS build error on macos
Change-Id: Ieba90f16baee53f785e56f1dd5ce5d34d5028c8f
Signed-off-by: Karthik <kv.bhat@samsung.com>
-rwxr-xr-x | tizen/emulator_configure.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index c33b9ccfd2..0dfd1819a4 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -200,7 +200,6 @@ CONFIGURE_APPEND=" --extra-cflags=-Wno-error=logical-not-parentheses --extra-cflags=-Wno-error=strict-prototypes --extra-ldflags=-Wl,-rpath,'@executable_path' - --extra-ldflags=-Wl,-no_weak_imports --audio-drv-list=coreaudio --enable-cocoa --enable-hax |