diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-02-12 11:33:32 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-02-12 11:33:32 -0700 |
commit | 1def586e3959afa55d2b32dac433b0adfe2312f2 (patch) | |
tree | 761f239f3f9c18c7527dd7b007d4c0b6cf95cf25 /src | |
parent | 22d21f63d02cc9ce1e6a94754045ad9e78900267 (diff) | |
parent | fa4b2ee701e13f445d00791dbf70934f966af5fd (diff) |
Merging w/ mainline
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_port_compiler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_port_compiler.erl b/src/rebar_port_compiler.erl index 2f419c9..3cc8fc1 100644 --- a/src/rebar_port_compiler.erl +++ b/src/rebar_port_compiler.erl @@ -254,7 +254,7 @@ default_env() -> " "])}, {"DRIVER_LDFLAGS", lists:concat([" -L", code:lib_dir(erl_interface, lib), " -lerl_interface -lei"])}, - {"ERLANG_ARCH", 8 * erlang:system_info(wordsize)}, + {"ERLANG_ARCH", integer_to_list(8 * erlang:system_info(wordsize))}, {"ERLANG_TARGET", erlang:system_info(system_architecture)}]. |