From 073bb47586806dee9659d8b8fdabea80b8afa67e Mon Sep 17 00:00:00 2001 From: Erris Date: Tue, 10 Mar 2026 10:12:48 +0100 Subject: [PATCH] fixing compilation --- open_engine/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_engine/CMakeLists.txt b/open_engine/CMakeLists.txt index 5eea7ff..5a598ec 100644 --- a/open_engine/CMakeLists.txt +++ b/open_engine/CMakeLists.txt @@ -43,7 +43,7 @@ target_include_directories(${PROJECT_EXECUTABLE_NAME} PUBLIC "${CMAKE_SOURCE_DIR}/vendor/ImGuizmo" ) -file(GLOB DOTNET_NETHOST_PATH "/usr/share/dotnet/packs/Microsoft.NETCore.App.Host.*/*/runtimes/linux-x64/native") +file(GLOB DOTNET_NETHOST_PATH "/usr/share/dotnet/packs/Microsoft.NETCore.App.Host.*/*/runtimes/arch-x64/native") if(DOTNET_NETHOST_PATH) target_include_directories(${PROJECT_EXECUTABLE_NAME} PUBLIC ${DOTNET_NETHOST_PATH})