Actually honour LDFLAGS.
This commit is contained in:
parent
967ba0f417
commit
79aff56b62
|
@ -225,7 +225,7 @@ definerule("cprogram",
|
||||||
commands = {
|
commands = {
|
||||||
type="strings",
|
type="strings",
|
||||||
default={
|
default={
|
||||||
"$(CC) -o %{outs[1]} %{ins} %{ins}"
|
"$(CC) $LDFLAGS -o %{outs[1]} %{ins} %{ins}"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue