mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
build: Remove --disable-opengl flag for Windows builds
This commit is contained in:
parent
a52e03a444
commit
7818e21350
2
build.sh
2
build.sh
@ -168,7 +168,7 @@ case "$(uname -s)" in # Adjust compilation options based on platform
|
||||
CYGWIN*|MINGW*|MSYS*)
|
||||
echo 'Compiling for Windows...'
|
||||
sys_cflags='-Wno-error'
|
||||
sys_opts='--python=python3 --disable-cocoa --disable-opengl --disable-fortify-source'
|
||||
sys_opts='--python=python3 --disable-cocoa --disable-fortify-source'
|
||||
postbuild='package_windows' # set the above function to be called after build
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user