1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-06 02:49:59 +00:00

Fix AmigaOS build

This commit is contained in:
Carsten Larsen
2017-01-10 23:45:46 +01:00
parent fcfef34ac4
commit 88b65cf4d9
2 changed files with 9 additions and 3 deletions

2
configure vendored
View File

@ -245,7 +245,7 @@ if $VALID ; then
# echo "CXXFLAGS = -Wno-inline-new-delete ${ARCFLAG}$options ${CROSSCOMPILEFLAGS}-I."
echo "LFLAGS = $gcclib -lamathapp${outext} -lcamath${outext} -lcomplex${outext} -lamath${outext}"
echo
echo "FLXCAT = build/flexcat"
echo "FLXCAT = build/flexcat/flexcat"
echo "MKDIR = mkdir"
echo "COPY = cp"
echo "DEL = rm -f"