Improve macOS app build process and bundle handling.
- Updated `make-app-release` script to use `macdeployqt` with proper verbosity and bundle fixup. - Introduced post-build fixup using CMake's `BundleUtilities` to internalize non-Qt dylibs. - Enhanced macOS bundle RPATH settings for accurate Framework resolution. - Added optional `kge_fixup_bundle` CMake target for post-build handling. - Refined `default.nix` to load Nixpkgs in a default argument.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
pkgs ? import <nixpkgs> {},
|
||||
lib ? pkgs.lib,
|
||||
stdenv,
|
||||
cmake,
|
||||
ncurses,
|
||||
|
||||
Reference in New Issue
Block a user