app-editors/imhex: Add note as to why patch

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-03-17 16:35:17 +01:00
parent d0003f81aa
commit 6fcbb888e8
2 changed files with 6 additions and 5 deletions

View File

@@ -1,16 +1,14 @@
diff --git a/plugins/script_loader/CMakeLists.txt b/plugins/script_loader/CMakeLists.txt
index af0f6c79..cbb323e3 100644
index af0f6c79..cddc0e14 100644
--- a/plugins/script_loader/CMakeLists.txt
+++ b/plugins/script_loader/CMakeLists.txt
@@ -46,7 +46,7 @@ if (CoreClrEmbed_FOUND)
@@ -46,7 +46,4 @@ if (CoreClrEmbed_FOUND)
install(FILES ${CoreClrEmbed_SHARED_LIBRARIES} DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif ()
- add_subdirectory(dotnet)
- add_dependencies(script_loader AssemblyLoader)
+ #add_subdirectory(dotnet)
+ #add_dependencies(script_loader AssemblyLoader)
-
-endif ()
\ No newline at end of file
+endif ()