Fix perl bindings build

This commit is contained in:
Eelco Dolstra 2021-07-15 13:51:12 +02:00
parent 307977963c
commit 5e3c6bd89a

View file

@ -1,6 +1,6 @@
makefiles = local.mk
GLOBAL_CXXFLAGS += -g -Wall -std=c++17
GLOBAL_CXXFLAGS += -g -Wall -std=c++17 -I ../src
-include Makefile.config