mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-08 11:02:17 +01:00
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# 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
|