Skip to content

Commit

Permalink
fix jhs#24, fix jhs#26
Browse files Browse the repository at this point in the history
  • Loading branch information
zpetr committed Sep 15, 2014
1 parent 166514e commit 9cccbb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/erlang.rake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ namespace :erlang do
ldflags = '-L/opt/csw/lib'
end
if ENV['erl_cflags']
cflags += ' '+ENV['erl_cflags']
env_erl_cflags = ENV['erl_cflags']
cflags += " #{env_erl_cflags}"
end

configure = [
Expand Down

0 comments on commit 9cccbb1

Please sign in to comment.