fixed undefined reference problem (hopefully)

dude - this problem.... I was searching fucking milions pages to fix this shit and THE WHOLE PROBLEM WAS CAUSED BY WRONG ORDER OF FLAGS..... I'm gonna die....
This commit is contained in:
Václav Šmejkal 2022-05-03 17:10:22 +02:00
parent ce8f8e73a7
commit 703c7d7044

View File

@ -27,7 +27,7 @@ if [[ "$1" == "test" ]]; then ########## TEST ##########
echo "Using debug flag"
fi
flags="$flags -lwhy2"
flags="-lwhy2 $flags"
###
echo "Compiling... (Flags: $flags)"