Skip to content

Commit

Permalink
(#55) Test: fix macOS platform name in the package path
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 26, 2024
1 parent cf03d0c commit 1f0fd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/Test-Dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param (
[Parameter(Mandatory = $true)]
[string] $PackageName,
[string] $RepoRoot = "$PSScriptRoot/..",
[string] $Package = "$RepoRoot/build/$PackageName/runtimes/macos-$DotNetArch/native",
[string] $Package = "$RepoRoot/build/$PackageName/runtimes/osx-$DotNetArch/native",
[string] $GoldFile = "$RepoRoot/macos/libraries.$DotNetArch.gold.txt",
[string] $ResultFile = "$RepoRoot/macos/libraries.temp.txt",
[string] $LddApple = "$RepoRoot/ldd-apple/ldd-apple.sh",
Expand Down

0 comments on commit 1f0fd52

Please sign in to comment.