mirror of
https://github.com/ip7z/7zip.git
synced 2025-12-06 07:12:00 +01:00
12 lines
140 B
Makefile
12 lines
140 B
Makefile
|
|
PLATFORM=
|
||
|
|
O=b/c
|
||
|
|
IS_X64=
|
||
|
|
IS_X86=
|
||
|
|
IS_ARM64=
|
||
|
|
CROSS_COMPILE=
|
||
|
|
MY_ARCH=
|
||
|
|
USE_ASM=
|
||
|
|
CC=$(CROSS_COMPILE)clang
|
||
|
|
CXX=$(CROSS_COMPILE)clang++
|
||
|
|
USE_CLANG=1
|