From 32746e7f95b9559a3f33aebaef46936860ec94fb Mon Sep 17 00:00:00 2001 From: Erris Date: Tue, 10 Mar 2026 12:19:33 +0100 Subject: [PATCH] fixing --- editor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 8da64b4..e63e865 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -34,9 +34,9 @@ target_link_libraries(${PROJECT_EXECUTABLE_NAME} PRIVATE freetype EnTT::EnTT nethost + /usr/share/dotnet/packs/Microsoft.NETCore.App.Host.arch-x64/10.0.3/runtimes/arch-x64/native/libnethost ) target_link_directories(${PROJECT_EXECUTABLE_NAME} PRIVATE ${PROJECT_SOURCE_DIR}/lib - /usr/share/dotnet/packs/Microsoft.NETCore.App.Host.arch-x64/10.0.3/runtimes/arch-x64/native )