diff options
author | Rahul Dadhich <r.dadhich@samsung.com> | 2018-11-30 12:29:29 +0530 |
---|---|---|
committer | Rahul Dadhich <r.dadhich@samsung.com> | 2018-11-30 07:58:25 +0000 |
commit | 170514691e00004063571fe39a9b5766986c87df (patch) | |
tree | ff030aab4a4a8cbf3cdd82db2df75c46428ff32c | |
parent | 9f4d09adec69c2e6bb350723f400502195557644 (diff) | |
download | qemu-170514691e00004063571fe39a9b5766986c87df.tar.gz qemu-170514691e00004063571fe39a9b5766986c87df.tar.bz2 qemu-170514691e00004063571fe39a9b5766986c87df.zip |
Build support for mac
Change-Id: Iaf0ddb6be5115e956edce6d53aa9a336d35c78af
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
-rwxr-xr-x | tizen/emulator_configure.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index e951bf5e48..c33b9ccfd2 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -197,6 +197,8 @@ CONFIGURE_APPEND=" --extra-cflags=-mmacosx-version-min=10.11 --extra-cflags=-Wno-error=deprecated-declarations --extra-cflags=-Wno-error=address-of-packed-member + --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 |