summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-09-13 20:27:55 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-09-14 13:02:11 +0200
commit3516aaba4c6dd665f8ca0025a1e0d392b86e605a (patch)
treee7d20f245baca0b7a1a5f39392b9eba975941ed7
parenta1de09210eb1f4b0c9b1c719dd8f715f70ff144b (diff)
downloadmullvadvpn-3516aaba4c6dd665f8ca0025a1e0d392b86e605a.tar.xz
mullvadvpn-3516aaba4c6dd665f8ca0025a1e0d392b86e605a.zip
Don't requre CSC_LINK etc to be set on Windows
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ee720fa216..4d53194965 100755
--- a/build.sh
+++ b/build.sh
@@ -36,7 +36,7 @@ if [[ "${1:-""}" != "--dev-build" ]]; then
exit 1
fi
- if [[ ("$(uname -s)" == "Darwin") || ("$(uname -s)" == "MINGW"*) ]]; then
+ if [[ ("$(uname -s)" == "Darwin") ]]; then
echo "Configuring environment for signing of binaries"
if [[ -z ${CSC_LINK-} ]]; then
echo "The variable CSC_LINK is not set. It needs to point to a file containing the"