summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/C/var_mac_x64.mak
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/C/var_mac_x64.mak')
-rw-r--r--3rdparty/lzma/C/var_mac_x64.mak11
1 files changed, 11 insertions, 0 deletions
diff --git a/3rdparty/lzma/C/var_mac_x64.mak b/3rdparty/lzma/C/var_mac_x64.mak
new file mode 100644
index 00000000000..13d7aa7fedf
--- /dev/null
+++ b/3rdparty/lzma/C/var_mac_x64.mak
@@ -0,0 +1,11 @@
+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