Skip to content

Commit

Permalink
ldd musl exec grep check - full path to ldd
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 28, 2024
1 parent 49ab5c6 commit c73118e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PactNet/PactNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<IsLinuxMuslArm64 Condition="'$(IsLinux)' == 'True' And $(IsLinuxMuslArm64LibFound) == 'True' And '$(IsArm64)' == 'True'">True</IsLinuxMuslArm64> -->

<!-- Testing -->
<IsLinuxMuslLoaded><Exec Command="ldd /bin/sh | grep musl"/>True</IsLinuxMuslLoaded>
<IsLinuxMuslLoaded><Exec Command="/usr/bin/ldd /bin/sh | grep musl"/>True</IsLinuxMuslLoaded>
<IsLinuxMuslX64 Condition="'$(IsLinux)' == 'True' And $(IsLinuxMuslLoaded) == 'True' And '$(IsArm64)' == 'False'">True</IsLinuxMuslX64>
<IsLinuxMuslArm64 Condition="'$(IsLinux)' == 'True' And $(IsLinuxMuslLoaded) == 'True' And '$(IsArm64)' == 'True'">True</IsLinuxMuslArm64>

Expand Down

0 comments on commit c73118e

Please sign in to comment.