Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Nov 10, 2019
1 parent f1b67ed commit 1d815d8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tool/build-all-platform.osx.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ export CC_32=/usr/local/gcc-4.8.1-for-linux32/bin/i586-pc-linux-gcc
export CC_64=/usr/local/gcc-4.8.1-for-linux64/bin/x86_64-pc-linux-gcc
export CC_DEFAULT=clang

export CC=$CC_64
export CC=$CC_32
export GOOS=linux
export GOARCH=amd64
export GOARCH=386
source ${PWD}/inc-build.sh

export CC=$CC_32
exit 0;

export CC=$CC_64
export GOOS=linux
export GOARCH=386
export GOARCH=amd64
source ${PWD}/inc-build.sh

#exit 0;
Expand Down

0 comments on commit 1d815d8

Please sign in to comment.