mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +03:00
13 lines
158 B
Makefile
13 lines
158 B
Makefile
PLATFORM=x64
|
|
O=b/c_$(PLATFORM)
|
|
IS_X64=1
|
|
IS_X86=
|
|
IS_ARM64=
|
|
CROSS_COMPILE=
|
|
MY_ARCH=
|
|
USE_ASM=1
|
|
CC=$(CROSS_COMPILE)clang
|
|
CXX=$(CROSS_COMPILE)clang++
|
|
USE_CLANG=1
|
|
|