1
0
mirror of https://github.com/cahirwpz/libnix.git synced 2025-11-19 16:00:58 +00:00

Devise a counterpart for libnix13.

From now on nix13 or nix20 will have to be provided explicitely to linker,
depending on which Kickstart your application should run on.
This commit is contained in:
Krystian Bacławski
2016-10-08 22:42:48 +02:00
parent b52958380d
commit b1c9ff1a73
11 changed files with 73 additions and 6 deletions

2
configure vendored
View File

@ -1202,6 +1202,7 @@ trap 'rm -fr `echo "Makefile
sources/misc/Makefile
sources/nix/Makefile
sources/nix13/Makefile
sources/nix20/Makefile
sources/nixmain/Makefile
sources/nix_main/Makefile
sources/socket/Makefile
@ -1297,6 +1298,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile
sources/misc/Makefile
sources/nix/Makefile
sources/nix13/Makefile
sources/nix20/Makefile
sources/nixmain/Makefile
sources/nix_main/Makefile
sources/socket/Makefile