1
0
Fork 0
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:
Matthew Bauer 2019-02-13 00:03:10 -05:00
parent 7a7ec22298
commit 7ce1fae59f
3 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,6 @@
AR = @AR@
BDW_GC_LIBS = @BDW_GC_LIBS@
BUILD_SHARED_LIBS = @BUILD_SHARED_LIBS@
CC = @CC@
CFLAGS = @CFLAGS@
CXX = @CXX@