diff options
author | Dan Nicholson <[email protected]> | 2007-09-28 18:47:11 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-28 18:47:11 -0600 |
commit | 9cc6d2310c3c14cab7c49a59baebdef450c6f65a (patch) | |
tree | 279db7b680c018c80772e5ed956517768b7c8dca /configs | |
parent | 1a045954be538aecd2f15a1c0ebb3153fb449379 (diff) |
add support for LDFLAGS env var
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/default b/configs/default index 275b060ec9e..2a08c168de1 100644 --- a/configs/default +++ b/configs/default @@ -20,6 +20,7 @@ CC = cc CXX = CC CFLAGS = -O CXXFLAGS = -O +LDFLAGS = GLU_CFLAGS = # Misc tools and flags |