Fix perl build

This commit is contained in:
Eelco Dolstra 2017-03-31 15:31:34 +02:00
parent c0745a2531
commit d087700347
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 22 additions and 29 deletions

View file

@ -1,6 +1,6 @@
makefiles = local.mk
GLOBAL_CXXFLAGS += -std=c++11 -g -Wall
GLOBAL_CXXFLAGS += -std=c++14 -g -Wall -include nix/config.h
-include Makefile.config