소스 검색

I'm a moron. Make it a string.

pull/3/head
Ryan Tilder 15 년 전
부모
커밋
f502bb09dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_port_compiler.erl

+ 1
- 1
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)}].

불러오는 중...
취소
저장