Skip to content
Snippets Groups Projects
Commit c6acb219 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Drop the Perl-specific CFLAGS

This fixes the Darwin build (http://hydra.nixos.org/build/2517380).
Hopefully it doesn't break other builds.
parent 56c82f3d
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,7 @@ libNixStore_la_LIBADD = $(top_builddir)/src/libstore/libstore.la
AM_CXXFLAGS = \
-I$(top_srcdir)/src -I$(top_srcdir)/src/libutil -I$(top_srcdir)/src/libstore \
-I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE \
$(shell $(perl) -e 'use Config; print $$Config{ccflags};')
-I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE
lib/Nix/Store.cc: lib/Nix/Store.xs
xsubpp $^ -output $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment