build: Remove --disable-opengl flag for Windows builds

This commit is contained in:
Matt Borgerson 2021-04-18 22:53:55 -07:00
parent a52e03a444
commit 7818e21350

View File

@ -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
;;
*)