Skip to content

Commit ba35a6b

Browse files
committed
Copy the native library to the correct folder.
1 parent 0734f27 commit ba35a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magick.Native/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ copyToTestProject() {
2626
local quantum=$3
2727
local openmp=$4
2828

29-
folder=../../tests/Magick.NET.Tests/bin/Test$quantum$openmp/AnyCPU/net8.0
29+
folder=../../tests/Magick.NET.Tests/bin/Test$quantum$openmp/$architecture/net8.0
3030
mkdir -p $folder
3131
cp temp/$platform/Release$quantum$openmp/$architecture/Magick.Native-$quantum$openmp-$architecture.dll* $folder | true
3232

0 commit comments

Comments
 (0)