File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,18 +140,29 @@ eggs: [
140140 cmd %_static_x64/ "cmake ../zstd/ -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF"
141141 cmd %_static_x64/ {cmake --build . --config release -j 8}
142142 ]
143+ "Make Zstd static library (cmake) - arm86" [
144+ arch: arm64
145+ name: %static-lib-arm64
146+ cmd %_static_arm64/ "cmake ../zstd/ -A ARM64 -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF"
147+ cmd %_static_arm64/ {cmake --build . --config release -j 8}
148+ ]
143149 "Rebol Zstd extension: win32_x86" [
144150 name: %zstd-windows-x86
145151 :target-x86
146152 :r3-extension
153+ library: %_static_x86\build\cmake\lib\Release\zstd_static
147154 ]
148155 "Rebol Zstd extension: win32_x64" [
149156 name: %zstd-windows-x64
150157 :target-x64
151158 :r3-extension
152- libraries: [
153- %_static_x64\build\cmake\lib\Release\zstd_static
154- ]
159+ library: %_static_x64\build\cmake\lib\Release\zstd_static
160+ ]
161+ "Rebol Zstd extension: arm64" [
162+ name: %zstd-windows-arm64
163+ :target-arm64
164+ :r3-extension
165+ library: %_static_arm64\build\cmake\lib\Release\zstd_static
155166 ]
156167 ]
157168 #if macOS? [
@@ -169,6 +180,12 @@ eggs: [
169180 ]
170181 ]
171182 #if Linux? [
183+ "Rebol Zstd extension:linux_x86" [
184+ name: %zstd-linux-x86
185+ :r3-extension
186+ :zstd-src
187+ :target-x86
188+ ]
172189 "Rebol Zstd extension:linux_x64" [
173190 name: %zstd-linux-x64
174191 :r3-extension
You can’t perform that action at this time.
0 commit comments