Enhancements to a contributed build script.

This commit is contained in:
Robin Mills
2016-10-16 21:31:22 +00:00
parent 7a97380761
commit cdb5eecc6b
+3 -1
View File
@@ -6,7 +6,9 @@
if [ -e src/actions.cpp -o -e ../src/actions.cpp ]; then
if [ ! -e build ]; then mkdir build ; cd build ; fi
if [ -e ../src/actions.cpp ]; then
cmake .. -G Xcode -DEXIV2_ENABLE_NLS=OFF -DCMAKE_BUILD_TYPE=Debug
rm -rf CMakeCache.txt
echo cmake .. -G Xcode -DEXIV2_ENABLE_NLS=OFF -DCMAKE_BUILD_TYPE=Debug "$@"
cmake .. -G Xcode -DEXIV2_ENABLE_NLS=OFF -DCMAKE_BUILD_TYPE=Debug "$@"
fi
if [ ! -e generate ]; then
ln -s ../contrib/cmake/macosx/generate generate