diff --git a/nall/GNUmakefile b/nall/GNUmakefile index bfc78a850e..7dd181dcc0 100644 --- a/nall/GNUmakefile +++ b/nall/GNUmakefile @@ -284,7 +284,7 @@ endif # macos settings ifeq ($(platform),macos) - flags += -stdlib=libc++ -mmacosx-version-min=10.9 -Wno-auto-var-id -fobjc-arc + flags += -mmacosx-version-min=10.9 -Wno-auto-var-id -Wno-deprecated-declarations -fobjc-arc options += -lc++ -lobjc -mmacosx-version-min=10.9 # allow mprotect() on dynamic recompiler code blocks options += -Wl,-segprot,__DATA,rwx,rw