Skip to content

Commit

Permalink
updated CMakeLists with including libstdc
Browse files Browse the repository at this point in the history
  • Loading branch information
hokku committed Nov 10, 2022
1 parent d1ff077 commit 2579f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 2579f77

Please sign in to comment.