Fix ldflags again
This commit is contained in:
parent
13c14bde23
commit
b36cfb853c
|
@ -46,12 +46,11 @@ install:
|
||||||
-DCONFIG_LOWBITDEPTH=1
|
-DCONFIG_LOWBITDEPTH=1
|
||||||
make -j3
|
make -j3
|
||||||
sudo make install
|
sudo make install
|
||||||
export CGO_LDFLAGS="-static -lm"
|
export CGO_LDFLAGS="-static -laom -lm"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd $TRAVIS_BUILD_DIR
|
- cd $TRAVIS_BUILD_DIR
|
||||||
- pwd
|
|
||||||
- go get -v ./...
|
- go get -v ./...
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue