mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 11:06:57 +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
|