Unverified Commit 14195556 authored by Ryan Hendrickson's avatar Ryan Hendrickson Committed by GitHub
Browse files

cemu-ti: disable deploy script generation (#460106)

parents 74fd6182 528ae39c
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68ce1294..5c2924f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -350,7 +350,7 @@ message("Binary dir: ${CMAKE_CURRENT_BINARY_DIR}")

 # TODO: linux .desktop/.xml files

-if(COMMAND qt_generate_deploy_app_script)
+if(FALSE)
     qt_generate_deploy_app_script(
         TARGET CEmu
         FILENAME_VARIABLE deploy_script
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ stdenv.mkDerivation (finalAttrs: {
    # This is resolved upstream, but I can't apply the patch because the
    # sourceRoot isn't set to the base of the Git repo.
    ./resolve-ambiguous-constexpr.patch
    # Disable the deploy_script generation. It's broken with Qt 6.10 and not used by this package.
    ./cmake-no-deploy.patch
  ];

  nativeBuildInputs = [