Add execute permission to SDL2 build script (macOS)

This commit is contained in:
maron2000
2023-09-09 21:10:18 +09:00
parent 48e9559117
commit 4afff3434d

View File

@@ -11,6 +11,7 @@ if test -z "${top}" ; then exit 1; fi
# fix
chmod +x vs/sdl/build-scripts/strip_fPIC.sh
chmod +x vs/sdl2/build-dosbox.sh
orig_CFLAGS="${CFLAGS}"
orig_LDFLAGS="${LDFLAGS}"