removed absolute path to make chances higher to run on other distros as well

This commit is contained in:
Philipp Häfelfinger 2019-04-09 23:26:09 +02:00
parent 9337e3e68f
commit a8055a38af
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
CC=/usr/bin/musl-gcc go build --ldflags '-linkmode external -extldflags "-static"' ./cmd/PiwigoDirectoryUploader/PiwigoDirectoryUploader.go CC=musl-gcc go build --ldflags '-linkmode external -extldflags "-static"' ./cmd/PiwigoDirectoryUploader/PiwigoDirectoryUploader.go