diff --git a/doc/compiling/macos.md b/doc/compiling/macos.md index 460c8d99e..34d6aa675 100644 --- a/doc/compiling/macos.md +++ b/doc/compiling/macos.md @@ -33,13 +33,15 @@ mkdir build cd build cmake .. \ - -DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 \ -DCMAKE_FIND_FRAMEWORK=LAST \ -DCMAKE_INSTALL_PREFIX=../build/macos/ \ -DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUE make -j$(sysctl -n hw.logicalcpu) make install + +# M1 Macs w/ MacOS >= BigSur +codesign --force --deep -s - macos/minetest.app ``` ## Run