mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-01 10:39:53 -06:00
Allow bundling libraries on macOS (#1013)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user