Skip to content

Commit

Permalink
add Python library path to compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mreineck committed Sep 15, 2017
1 parent 071b1e8 commit 38b27f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PYCCONV_SRC:=src/cconv.cc src/pycconv.cc src/external/*.cc

PYBIND_INC:=src
PYFLAGS:=$(filter-out -Wstrict-prototypes,$(shell $(PYTHON_CONFIG) --cflags --ldflags))
PYFLAGS+=-L$(shell $(PYTHON_CONFIG) --prefix)/lib

COMMON_FLAGS:=-O3 -g -fmax-errors=1 -std=c++14 -I src/external -W -Wall

Expand Down

0 comments on commit 38b27f9

Please sign in to comment.