mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31: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
|
@ -3,7 +3,7 @@ noinst_LIBRARIES = libutil.a
|
|||
libutil_a_SOURCES = util.cc util.hh hash.cc hash.hh \
|
||||
archive.cc archive.hh md5.c md5.h aterm.cc aterm.hh
|
||||
|
||||
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I.. -I../../externals/inst/include
|
||||
AM_CXXFLAGS = -DSYSTEM=\"@system@\" -Wall -I.. -I../../externals/inst/include
|
||||
|
||||
check_PROGRAMS = test-aterm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue