diff --git a/build.sh b/build.sh index 87b44f7039..acc2120600 100755 --- a/build.sh +++ b/build.sh @@ -62,7 +62,7 @@ case "$(uname -s)" in # adjust compilation option based on platform CYGWIN*|MINGW*|MSYS*) echo 'Compiling for Windows…' sys_cflags='-Wno-error' - sys_opts='--python=python3 --disable-cocoa --disable-opengl' + sys_opts='--python=python3 --disable-cocoa --disable-opengl --disable-fortify-source' postbuild='package_windows' # set the above function to be called after build ;; *)