mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
Support --disable-shared flag.
This tells Nix to not build the shared libraries.
This commit is contained in:
parent
7a7ec22298
commit
7ce1fae59f
3 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
AR = @AR@
|
||||
BDW_GC_LIBS = @BDW_GC_LIBS@
|
||||
BUILD_SHARED_LIBS = @BUILD_SHARED_LIBS@
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
CXX = @CXX@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue