summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build_and_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_test.sh b/build_and_test.sh
index 65d5466..09570a1 100644
--- a/build_and_test.sh
+++ b/build_and_test.sh
@@ -76,7 +76,7 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
echo "C compiler not found"
exit 1
fi
- if [ "$COMPILER" = "cl.exe" ]; then
+ if [ "$COMPILE" = "cl.exe" ]; then
LINK_FLAGS="shlwapi.lib"
else
LINK_FLAGS="-lshlwapi.lib"