From 2579f77aab0c04403cb4da6308fe5ecf8978db39 Mon Sep 17 00:00:00 2001 From: hokku Date: Thu, 10 Nov 2022 13:50:01 +0300 Subject: [PATCH] updated CMakeLists with including libstdc --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15f2d15..0039b39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,7 +95,7 @@ endif() # target_link_libraries(runos-bin runos ${RUNOS_CLI} ${RUNOS_REST}) execute_process( - COMMAND bash -c "find /nix -name 'libstdc++.so.6' | grep gcc-11.3.0-lib" + COMMAND bash -c "find /nix -name 'libstdc++.so.6' | grep gcc-11 | head -n 1" OUTPUT_VARIABLE PATH_LIBSTDC )