From fba0d40500aed7a700efac8e311b84a75031a408 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 30 May 2017 21:25:58 +0900 Subject: use pkg-config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1dd0b76..1dff327 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ test: $(TEST_EXE) @grep -v "ng=0, exception=0" result.txt; if [ $$? -eq 1 ]; then echo "all unit tests succeed"; else exit 1; fi run_go: go/bls/bls.go go/bls/bls_test.go $(BLS_LIB) $(BLS_IF_LIB) - cd go/bls && go test -tags $(GO_TAG) . + cd go/bls && env PKG_CONFIG_PATH=./ go test -tags $(GO_TAG) . # cd go/bls && go test -tags $(GO_TAG) -v . clean: -- cgit v1.2.3