make sure the right compiler is being used
This commit is contained in:
parent
0070a52418
commit
1ae9602a3e
@ -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" }
|
||||||
|
Loading…
Reference in New Issue
Block a user