mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-18 04:10:33 +01:00
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
#
|
|
# $Id
|
|
#
|
|
# Darwin64
|
|
#
|
|
# Build settings for Mac OS X 10.8 or later, clang, 64-bits, with C++11 support.
|
|
# Build settings are compatible with XCode 7 C++ projects.
|
|
#
|
|
|
|
ARCHFLAGS = -arch x86_64
|
|
POCO_TARGET_OSARCH = x86_64
|
|
|
|
include $(POCO_BASE)/build/config/Darwin-clang
|