summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-06 02:47:29 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-06 02:47:29 +0200
commit92a35d324e53e62e93e5251c4b57d2c97ccf1eac (patch)
tree765a124ce2a9e7973194b1370db7e554b76e1f35
parent2d2a3848203be18fa57bb05f65741a5d69882e37 (diff)
downloadkit-92a35d324e53e62e93e5251c4b57d2c97ccf1eac.zip
test
-rw-r--r--build_and_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_and_test.sh b/build_and_test.sh
index 7ed30c6..2ff7159 100644
--- a/build_and_test.sh
+++ b/build_and_test.sh
@@ -69,10 +69,12 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
LINK_FLAGS="Shlwapi.lib"
elif command -v gcc >/dev/null 2>&1; then
echo "C compiler found - GCC"
+ LINK_FLAGS="-lShlwapi.lib"
elif command -v clang >/dev/null 2>&1; then
echo "C compiler found - Clang"
COMPILE=clang
COMPILEPP=clang++
+ LINK_FLAGS="-lShlwapi.lib"
else
echo "C compiler not found"
exit 1