1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

Add nix-perl package for the perl bindings

This commit is contained in:
Shea Levy 2016-08-12 09:44:01 -04:00
parent 418a837897
commit f7b7df8d1f
10 changed files with 201 additions and 24 deletions

14
perl/Makefile Normal file
View file

@ -0,0 +1,14 @@
makefiles = local.mk
GLOBAL_CXXFLAGS += -std=c++11 -g -Wall
-include Makefile.config
OPTIMIZE = 1
ifeq ($(OPTIMIZE), 1)
GLOBAL_CFLAGS += -O3
GLOBAL_CXXFLAGS += -O3
endif
include mk/lib.mk