Skip to content

Commit a717c19

Browse files
committed
Fixed MacOS Build.
My dumbass forgot to change back out of the runtime native folder after building the native dylibs on MacOS. Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
1 parent f639745 commit a717c19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ZlibSharp.Native/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ else
9999
ar rsv libzstatic.a *.o
100100
rm -rf *.o
101101
g++ -O3 -Wall -arch arm64 -dynamiclib -o libZlibSharp.Native.dylib -DZLIBSHARPNATIVE_EXPORTS -I../../../zlib ../../../main.cpp libzstatic.a -fPIC -fpermissive
102+
cd ../../..
102103
DotNet-Pack
103104
}
104105
else

0 commit comments

Comments
 (0)