]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.release.dlls: copy different dlls
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 17 Aug 2023 18:45:03 +0000 (11:45 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 17 Aug 2023 18:45:03 +0000 (11:45 -0700)
extra/mason/release/dlls/dlls.factor

index ea73de823d825544d671fe212c622db43cfec1b5..c37071ff32288aeb8339a8b8bd67485ffe895a6c 100644 (file)
@@ -12,12 +12,16 @@ M: object dll-list { } ;
 
 ! Sqlite win64: https://synopse.info/files/SQLite3-64.7z
 M: windows dll-list
-    {
-        "resource:libcrypto-37.dll"
-        "resource:libssl-38.dll"
+    cpu x86.64 = {
+        "resource:libcrypto-3-x64.dll"
+        "resource:libssl-3-x64.dll"
+    } {
+        "resource:libcrypto-3.dll"
+        "resource:libssl-3.dll"
+    } ? {
         "resource:libtls-10.dll"
         "resource:sqlite3.dll"
-    } ;
+    } append ;
 
 : copy-dlls ( -- )
     dll-list [