Skip to content

Commit

Permalink
wxmac: enable unicode support explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
kowey authored and adamv committed May 19, 2011
1 parent 574e022 commit fbb9685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/wxmac.rb
Expand Up @@ -18,7 +18,7 @@ def install
ENV.append compiler_flag, "-arch i386"
end

system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--enable-unicode"
system "make install"
end
end

0 comments on commit fbb9685

Please sign in to comment.