mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
12 lines
168 B
Makefile
Executable File
12 lines
168 B
Makefile
Executable File
PLATFORM=x64
|
|
O=b/m_$(PLATFORM)
|
|
IS_X64=1
|
|
IS_X86=
|
|
IS_ARM64=
|
|
CROSS_COMPILE=
|
|
MY_ARCH=-arch x86_64
|
|
USE_ASM=
|
|
CC=$(CROSS_COMPILE)clang
|
|
CXX=$(CROSS_COMPILE)clang++
|
|
USE_CLANG=1
|