Merge pull request #32549 from obsidiansystems/gcc-without-lib-output
gcc: Don't choke if there is no lib output
This commit is contained in:
commit
9f1ab7cac7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ mkdir "$NIX_FIXINC_DUMMY"
|
||||||
if test "$staticCompiler" = "1"; then
|
if test "$staticCompiler" = "1"; then
|
||||||
EXTRA_LDFLAGS="-static"
|
EXTRA_LDFLAGS="-static"
|
||||||
else
|
else
|
||||||
EXTRA_LDFLAGS="-Wl,-rpath,$lib/lib"
|
EXTRA_LDFLAGS="-Wl,-rpath,${!outputLib}/lib"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue