Fix conditional target
This commit is contained in:
parent
bed8fcc41a
commit
a622fc1001
|
@ -148,6 +148,7 @@ osx_homebrew()
|
||||||
###############################################################################
|
###############################################################################
|
||||||
freebsd()
|
freebsd()
|
||||||
{
|
{
|
||||||
|
set -xe
|
||||||
echo "FreeBSD detected!"
|
echo "FreeBSD detected!"
|
||||||
echo "Installing missing packages..."
|
echo "Installing missing packages..."
|
||||||
|
|
||||||
|
@ -168,6 +169,7 @@ freebsd()
|
||||||
install_freebsd_pkg "cmake"
|
install_freebsd_pkg "cmake"
|
||||||
install_freebsd_pkg "gmake"
|
install_freebsd_pkg "gmake"
|
||||||
install_freebsd_pkg "wget"
|
install_freebsd_pkg "wget"
|
||||||
|
set +xe
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
|
@ -18,7 +18,7 @@ ifeq ($(UNAME),Darwin)
|
||||||
PREFIX_BINARY=0
|
PREFIX_BINARY=0
|
||||||
VB_AUDIO=coreaudio
|
VB_AUDIO=coreaudio
|
||||||
VBM=/Applications/VirtualBox.app/Contents/MacOS/VBoxManage
|
VBM=/Applications/VirtualBox.app/Contents/MacOS/VBoxManage
|
||||||
ifeq ($(UNAME),FreeBSD)
|
else ifeq ($(UNAME),FreeBSD)
|
||||||
FUMOUNT=sudo umount
|
FUMOUNT=sudo umount
|
||||||
export NPROC=sysctl -n hw.ncpu
|
export NPROC=sysctl -n hw.ncpu
|
||||||
PREFIX_BINARY=0
|
PREFIX_BINARY=0
|
||||||
|
|
Loading…
Reference in a new issue