make sure the right compiler is being used

This commit is contained in:
John Bintz 2012-05-30 16:53:29 -04:00
parent 0070a52418
commit 1ae9602a3e

View File

@ -19,7 +19,7 @@ class MacVimBuddy < Thor
with_sudo { "port deactivate -f libiconv" } with_sudo { "port deactivate -f libiconv" }
end end
system %{bash -c "cd /tmp/macvim/src && ./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-cscpe && make"} system %{bash -c "cd /tmp/macvim/src && CC=/usr/bin/gcc ./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-cscope && make"}
if is_macports if is_macports
with_sudo { "port activate libiconv" } with_sudo { "port activate libiconv" }