Browse Source

build: explaining the linux build.

Leonard Gram 7 years ago
parent
commit
ce9e1a8f38
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/build/build-all.sh

+ 2 - 0
scripts/build/build-all.sh

@@ -35,6 +35,8 @@ go run build.go -goarch arm64 -cc ${CCARM64} ${OPT} build
 go run build.go -goos darwin -cc ${CCOSX64} ${OPT} build
 go run build.go -goos darwin -cc ${CCOSX64} ${OPT} build
 
 
 go run build.go -goos windows -cc ${CCWIN64} ${OPT} build
 go run build.go -goos windows -cc ${CCWIN64} ${OPT} build
+
+# Do not remove CC from the linux build, its there for compatibility with Centos6
 CC=${CCX64} go run build.go ${OPT} build
 CC=${CCX64} go run build.go ${OPT} build
 
 
 yarn install --pure-lockfile --no-progress
 yarn install --pure-lockfile --no-progress