mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 14:27:52 -04:00
Another attempt to build altazsearch.cpp on Mac OS.
This commit is contained in:
@@ -19,7 +19,7 @@ mkdir -p bin
|
||||
for name in altazsearch; do
|
||||
rm -f bin/${name}
|
||||
echo "Compiling ${name}.cpp"
|
||||
g++ ${BUILDOPT} -Wall -Werror -o bin/${name} -I../../source/c -x c ../../source/c/astronomy.c -x c++ ${name}.cpp ||
|
||||
g++ ${BUILDOPT} -Wall -Werror -x c++ -std=c++11 -o bin/${name} -I../../source/c ${name}.cpp ../../source/c/astronomy.c ||
|
||||
Fail "Error building ${name}.cpp"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user