mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
Merge branch 'master' into merge-v4.0.0
This commit is contained in:
commit
0550699026
@ -44,6 +44,7 @@ addons:
|
||||
- libsdl2-dev
|
||||
- libepoxy-dev
|
||||
homebrew:
|
||||
update: true
|
||||
packages:
|
||||
- glib
|
||||
- pixman
|
||||
|
2
build.sh
2
build.sh
@ -48,6 +48,8 @@ case "$(uname -s)" in # adjust compilation option based on platform
|
||||
echo 'Compiling for MacOS…'
|
||||
sys_cflags='-march=native'
|
||||
sys_opts='--disable-cocoa'
|
||||
# necessary to find libffi, which is required by gobject
|
||||
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}/usr/local/opt/libffi/lib/pkgconfig"
|
||||
;;
|
||||
CYGWIN*|MINGW*|MSYS*)
|
||||
echo 'Compiling for Windows…'
|
||||
|
Loading…
Reference in New Issue
Block a user