File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020[submodule "external/libzip "]
2121 path = external/libzip
2222 url = https://github.com/nih-at/libzip.git
23- branch = master
23+ branch = rel-1-3-0
2424[submodule "external/LibZipSharp "]
2525 path = external/LibZipSharp
2626 url = https://github.com/grendello/LibZipSharp.git
Original file line number Diff line number Diff line change 33 <ItemGroup >
44 <_LibZipTarget Include =" host-Darwin" Condition =" $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':Darwin:'))" >
55 <CMake >cmake</CMake >
6- <CMakeFlags >-DCMAKE_OSX_ARCHITECTURES=" i386;x86_64" </CMakeFlags >
6+ <CMakeFlags >-DCMAKE_OSX_ARCHITECTURES=" i386;x86_64" -DBUILD_SHARED_LIBS=ON </CMakeFlags >
77 <OutputLibrary >libzip.3.0.dylib</OutputLibrary >
88 <OutputLibraryPath >lib/libzip.3.0.dylib</OutputLibraryPath >
99 </_LibZipTarget >
1010 <_LibZipTarget Include =" host-Linux" Condition =" $(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':Linux:')) AND '$(_LinuxBuildLibZip)' == 'true' " >
1111 <CMake >cmake</CMake >
12- <CMakeFlags ></CMakeFlags >
12+ <CMakeFlags >-DBUILD_SHARED_LIBS=ON </CMakeFlags >
1313 <OutputLibrary >libzip.so</OutputLibrary >
1414 <OutputLibraryPath >lib/libzip.so</OutputLibraryPath >
1515 </_LibZipTarget >
You can’t perform that action at this time.
0 commit comments