Browse Source

Fix: restore prepare_build call

Rod Hynes 6 years ago
parent
commit
a9bed696a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Server/make.bash

+ 1 - 0
Server/make.bash

@@ -49,6 +49,7 @@ prepare_build () {
 }
 }
 
 
 build_for_linux () {
 build_for_linux () {
+  prepare_build linux
   GOOS=linux GOARCH=amd64 go build -v -x -tags "${BUILD_TAGS}" -ldflags "$LDFLAGS" -o psiphond
   GOOS=linux GOARCH=amd64 go build -v -x -tags "${BUILD_TAGS}" -ldflags "$LDFLAGS" -o psiphond
   if [ $? != 0 ]; then
   if [ $? != 0 ]; then
     echo "...'go build' failed, exiting"
     echo "...'go build' failed, exiting"