mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-04 01:36:23 -04:00
vagrant/osx: use make instead of gmake (there is no gmake)
$ make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i386-apple-darwin11.3.0
This commit is contained in:
parent
253e7fa90c
commit
f7c70aef73
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -266,7 +266,7 @@ Vagrant.configure("2") do |config|
|
||||
cd /vagrant
|
||||
./autogen.sh
|
||||
./configure
|
||||
gmake -j4 verify
|
||||
make -j4 verify
|
||||
SHELL
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user