summaryrefslogtreecommitdiff
path: root/bin/flo2app.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/flo2app.sh')
-rwxr-xr-xbin/flo2app.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/flo2app.sh b/bin/flo2app.sh
index 44326dd0..c13701ba 100755
--- a/bin/flo2app.sh
+++ b/bin/flo2app.sh
@@ -5,5 +5,5 @@ echo FLO-LLVM DONE
echo FLO-LLVM DONE
flo-llvm-release $1.flo --harness > $1-harness.cpp
echo FLO-LLVM-RELEASE DONE
-g++ -o $1 $1-harness.cpp $1.o
+$CXX -o $1 $1-harness.cpp $1.o
echo GPP DONE