mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 11:09:35 +00:00
commit
e7933d83b9
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ default_env() ->
|
|||
%% Linux specific flags for multiarch
|
||||
{"linux.*-64$", "CFLAGS", "-m64 $CFLAGS"},
|
||||
{"linux.*-64$", "CXXFLAGS", "-m64 $CXXFLAGS"},
|
||||
{"linux.*-64$", "LDFLAGS", "-m64 $LDFLAGS"},
|
||||
{"linux.*-64$", "LDFLAGS", "$LDFLAGS"},
|
||||
|
||||
%% OS X Leopard flags for 64-bit
|
||||
{"darwin9.*-64$", "CFLAGS", "-m64 $CFLAGS"},
|
||||
|
|
Loading…
Reference in a new issue