mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-22 15:09:55 +01:00
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# Darwin64-clang-libc++
|
|
#
|
|
# 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.
|
|
#
|
|
# Note: provided for backwards compatibility.
|
|
#
|
|
|
|
ARCHFLAGS = -arch x86_64
|
|
POCO_TARGET_OSARCH = x86_64
|
|
|
|
include $(POCO_BASE)/build/config/Darwin-clang
|