mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 05:15:00 -06:00
13 lines
158 B
Makefile
Executable File
13 lines
158 B
Makefile
Executable File
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
|
|
|