gcc: Don't choke if there is no lib output
This commit is contained in:
parent
0c88078d37
commit
4e4520a0f3
@ -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…
x
Reference in New Issue
Block a user