mirror of https://github.com/xqemu/xqemu.git
Merge 82faa7dcc9
into e1236e1b62
This commit is contained in:
commit
68abfb1ce2
1
build.sh
1
build.sh
|
@ -47,7 +47,6 @@ case "$(uname -s)" in # adjust compilation option based on platform
|
||||||
;;
|
;;
|
||||||
Darwin)
|
Darwin)
|
||||||
echo 'Compiling for MacOS…'
|
echo 'Compiling for MacOS…'
|
||||||
sys_cflags='-march=native'
|
|
||||||
sys_opts='--disable-cocoa'
|
sys_opts='--disable-cocoa'
|
||||||
# necessary to find libffi, which is required by gobject
|
# necessary to find libffi, which is required by gobject
|
||||||
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}/usr/local/opt/libffi/lib/pkgconfig"
|
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}/usr/local/opt/libffi/lib/pkgconfig"
|
||||||
|
|
Loading…
Reference in New Issue