mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 19:13:49 +01:00
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
#
|
|
# Darwin32-clang
|
|
#
|
|
# Build settings for Mac OS X 10.7 (clang, libstdc++, i386)
|
|
#
|
|
|
|
ARCHFLAGS = -arch i386
|
|
POCO_TARGET_OSARCH = i386
|
|
|
|
include $(POCO_BASE)/build/config/Darwin-clang
|