shithub: pt2-clone

Download patch

ref: 126b1529fd246a68f73b538a8a02dc2772a0e5ed
parent: 8fbeb46bae4dd4225d23e5cb77d85f2d067167d2
author: Olav Sørensen <olav.sorensen@live.no>
date: Sat May 13 06:38:26 EDT 2023

Update make-macos.sh for pt_pal_editor

--- a/pt_pal_editor/make-macos.sh
+++ b/pt_pal_editor/make-macos.sh
@@ -39,7 +39,7 @@
 }
 
 echo Compiling x86_64 binary...
-CFLAGS="-target x86_64-apple-macos10.9 -mmacosx-version-min=10.9 -arch x86_64 -mmmx -mfpmath=sse -msse2 -O3"
+CFLAGS="-target x86_64-apple-macos10.11 -mmacosx-version-min=10.11 -arch x86_64 -mmmx -mfpmath=sse -msse2 -O3"
 LDFLAGS=
 export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
 compile $TARGET_X86_64