Skip to content

Commit 9e52419

Browse files
authored
Merge pull request #18 from calhandoh/calhandoh-python-devel
rm extra export
2 parents eb06d92 + 43a999e commit 9e52419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd ..
1212

1313
#start building go-yara
1414
export GOPATH=$(pwd):$GOPATH
15-
export export PKG_CONFIG_PATH=$(pwd)/libyara/libyara/:$(go env PKG_CONFIG_PATH)
15+
export PKG_CONFIG_PATH=$(pwd)/libyara/libyara/:$(go env PKG_CONFIG_PATH)
1616
export CGO_CFLAGS="-I$(pwd)/libyara/libyara/include/ $(go env CGO_CFLAGS)"
1717
export CGO_LDFLAGS="-L$(pwd)/libyara/libyara/.libs -lm $(go env CGO_LDFLAGS) -lcrypto"
1818
go get -tags yara_static github.com/hillu/go-yara

0 commit comments

Comments
 (0)