mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
* Use a system name that does not include the OS manufacturer (i.e.,
"i686-linux" instead of "i686-suse-linux").
This commit is contained in:
parent
dc05f29cf6
commit
5d2b424804
7 changed files with 15 additions and 7 deletions
|
@ -6,5 +6,5 @@ libstore_a_SOURCES = \
|
|||
globals.cc globals.hh db.cc db.hh \
|
||||
references.cc references.hh pathlocks.cc pathlocks.hh
|
||||
|
||||
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \
|
||||
AM_CXXFLAGS = -Wall \
|
||||
-I.. -I../../externals/inst/include -I../libutil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue