shithub: duke3d

Download patch

ref: 4f6f8cf3bdec16bf473586c6847b12234c9ba986
parent: 11d53e67533db1e482e81c8b98b8e446b75bc6e6
author: Tanguy Fautre <tanguy@fautre.com>
date: Sat Feb 22 17:37:07 EST 2020

Fix build shell commands for MacOS X.

--- a/build_macosx.sh
+++ b/build_macosx.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 
-mkdir --parents build/linux
+mkdir -p build/linux
 cd build/linux
-cmake -D VCPKG_TARGET_TRIPLET=x64-windows-static -D CMAKE_TOOLCHAIN_FILE=../vcpkg.windows.x64/scripts/buildsystems/vcpkg.cmake -D CMAKE_BUILD_TYPE=Release ../..
+cmake -D VCPKG_TARGET_TRIPLET=x64-osx -D CMAKE_TOOLCHAIN_FILE=../vcpkg.macosx/scripts/buildsystems/vcpkg.cmake -D CMAKE_BUILD_TYPE=Release ../..
 make -j