tremor: fix version script with lld 17+
This commit is contained in:
parent
d7136b1c84
commit
6a7783bac4
@ -14,6 +14,8 @@ stdenv.mkDerivation {
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
configureFlags = lib.optional (stdenv.cc.bintools.isLLVM && lib.versionAtLeast stdenv.cc.bintools.version "17") "LDFLAGS=-Wl,--undefined-version";
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
propagatedBuildInputs = [ libogg ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user