From a8055a38af640dfdd37724fe5c380a32095db2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Tue, 9 Apr 2019 23:26:09 +0200 Subject: [PATCH] removed absolute path to make chances higher to run on other distros as well --- build/build-musl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build-musl.sh b/build/build-musl.sh index 20d25ff..71cd196 100755 --- a/build/build-musl.sh +++ b/build/build-musl.sh @@ -1,2 +1,2 @@ #!/bin/bash -CC=/usr/bin/musl-gcc go build --ldflags '-linkmode external -extldflags "-static"' ./cmd/PiwigoDirectoryUploader/PiwigoDirectoryUploader.go \ No newline at end of file +CC=musl-gcc go build --ldflags '-linkmode external -extldflags "-static"' ./cmd/PiwigoDirectoryUploader/PiwigoDirectoryUploader.go \ No newline at end of file