cflags
This commit is contained in:
parent
116c3d4d6b
commit
d5c207feb7
5
bin/git-clean.sh
Normal file
5
bin/git-clean.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git reset --soft origin/master
|
||||||
|
git commit -a
|
||||||
|
git push -f
|
@ -27,8 +27,8 @@ export PATH="$NPM_PACKAGES/bin:$GOPATH/bin:$HOME/bin:$PATH"
|
|||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
|
|
||||||
# GPG stuff
|
# GPG stuff
|
||||||
if [[ $OSTYPE == "*darwin*" ]];then
|
if [[ $OSTYPE == "darwin*" ]];then
|
||||||
export PATH="/usr/local/opt/gnupg/libexec/gpgbin:$PATH"
|
export PATH="/usr/local/opt/gnupg/libexec/gpgbin:$PATH"
|
||||||
|
export CFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib"
|
||||||
fi
|
fi
|
||||||
#
|
|
||||||
source ~/.bash_aliases
|
source ~/.bash_aliases
|
||||||
|
Loading…
Reference in New Issue
Block a user