mirror of https://github.com/bsnes-emu/bsnes.git
Default to building a universal binary on macOS.
This commit is contained in:
parent
1f75ba8912
commit
b7874e89c4
|
@ -126,6 +126,7 @@ ifeq ($(platform),macos)
|
||||||
options += -lc++ -lobjc
|
options += -lc++ -lobjc
|
||||||
flags.arm64 += -target x86_64-apple-macos10.12
|
flags.arm64 += -target x86_64-apple-macos10.12
|
||||||
flags.amd64 += -target arm64-apple-macos11
|
flags.amd64 += -target arm64-apple-macos11
|
||||||
|
universal := true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# linux settings
|
# linux settings
|
||||||
|
|
Loading…
Reference in New Issue