Skip to content

Commit

Permalink
Solve minor bug in cs_loader_impl target for building with Guix.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Apr 9, 2020
1 parent c7c8470 commit 4386dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/loaders/cs_loader/netcore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if(OPTION_BUILD_GUIX)
execute_process(
COMMAND sh -c "${DOTNET_COMMAND} nuget locals all --list | grep global-packages | awk '{print $NF}'"
OUTPUT_VARIABLE DOTNET_SOURCE
OUTPUT_STRIP_TRAILING_WHITESPACE
)
else()
set(DOTNET_SOURCE)
Expand Down

0 comments on commit 4386dd7

Please sign in to comment.