mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
|
#
|
||
|
# Darwin64-clang
|
||
|
#
|
||
|
# Build settings for Mac OS X 10.7 (clang, libstdc++, x86_64)
|
||
|
#
|
||
|
|
||
|
ARCHFLAGS = -arch x86_64
|
||
|
POCO_TARGET_OSARCH = x86_64
|
||
|
|
||
|
include $(POCO_BASE)/build/config/Darwin-clang
|