Allow bundling libraries on macOS (#1013)

This commit is contained in:
WaluigiWare64
2021-03-21 15:32:23 +00:00
committed by GitHub
parent f7347b1f7a
commit 6b431a6664
2 changed files with 19 additions and 10 deletions

View File

@ -97,6 +97,7 @@ If everything went well, melonDS should now be in the `dist` folder.
```
4. Compile:
```zsh
export PKG_CONFIG_PATH="$(brew --prefix libarchive)/lib/pkgconfig"
cmake .. -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5
make -j$(sysctl -n hw.ncpu)
mkdir dist && cp -r melonDS.app dist