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