mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
21 lines
483 B
Diff
21 lines
483 B
Diff
Remove dotnet from the application
|
|
https://bugs.gentoo.org/926761
|
|
--- a/plugins/script_loader/CMakeLists.txt
|
|
+++ b/plugins/script_loader/CMakeLists.txt
|
|
@@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.16)
|
|
|
|
include(ImHexPlugin)
|
|
|
|
-find_package(CoreClrEmbed)
|
|
-add_library(dotnet INTERFACE)
|
|
if (CoreClrEmbed_FOUND)
|
|
set(IMHEX_DOTNET_SCRIPT_SUPPORT ON)
|
|
|
|
@@ -55,5 +53,4 @@ add_imhex_plugin(
|
|
c_api
|
|
fonts
|
|
ui
|
|
- dotnet
|
|
)
|
|
\ No newline at end of file
|