uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 8b05ab0..81e31f5 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -236,16 +236,6 @@ endif()
|
||||
|
||||
if (''${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
set(MACOSX_BUNDLE_LIBS)
|
||||
- if (OPENSSL_FOUND)
|
||||
- list(APPEND MACOSX_BUNDLE_LIBS /usr/local/opt/openssl@1.1/lib/libcrypto.1.1.dylib)
|
||||
- endif()
|
||||
- if (TAGLIB_FOUND)
|
||||
- list(APPEND MACOSX_BUNDLE_LIBS /usr/local/opt/taglib/lib/libtag.1.dylib)
|
||||
- endif()
|
||||
- if (FUSE_FOUND)
|
||||
- list(APPEND MACOSX_BUNDLE_LIBS /usr/local/lib/libosxfuse.2.dylib)
|
||||
- endif()
|
||||
-
|
||||
set(MACOSX_BUNDLE_LIBS_INSTALL)
|
||||
set(MACOSX_BUNDLE_ROOT_DIR "''${CMAKE_INSTALL_PREFIX}/''${CMAKE_PROJECT_NAME}.app")
|
||||
message(STATUS "bundle root dir: ''${MACOSX_BUNDLE_ROOT_DIR}")
|
||||
Loading…
Add table
Add a link
Reference in a new issue