Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Commit 3374229

Browse files
committed
build: Let PKG_CONFIG_PATH shine though
When specifying the pc extension with v8.pc, pkg-config will not look at the usual directories but only look at the current directory for a file named v8.pc.
1 parent 722c981 commit 3374229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ package v8worker2
2323

2424
/*
2525
#cgo CXXFLAGS: -std=c++11
26-
#cgo pkg-config: v8.pc
26+
#cgo pkg-config: v8
2727
#include <stdlib.h>
2828
#include "binding.h"
2929
*/

0 commit comments

Comments
 (0)