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

Respect configure flags

This commit is contained in:
Eelco Dolstra 2013-11-22 15:47:47 +00:00
parent 62e35cc3a8
commit ffdc85fc8a
3 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,7 @@
CC = @CC@
CFLAGS = @CFLAGS@
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
bindir = @bindir@