a8f6159f69
Xcode 2.x forgets to create the target output directory before linking the individual architecture pieces of a universal binary for the target KWIML_test. Then it passes the directory to -L and -F options when linking the and warns that the directory does not exist. We work around the problem by using a pre-build rule on the target to create the output directory. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test.c | ||
test.cxx | ||
test.h | ||
test_ABI_C.c | ||
test_ABI_CXX.cxx | ||
test_ABI_endian.h.in | ||
test_INT_C.c | ||
test_INT_CXX.cxx | ||
test_INT_format.h.in |