]> gitweb.factorcode.org Git - factor.git/commitdiff
build-from-source.windows: fix libressl output file names
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 5 Dec 2023 00:45:51 +0000 (18:45 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 5 Dec 2023 00:45:51 +0000 (18:45 -0600)
extra/build-from-source/windows/windows.factor

index f5259327dddea0e9db1513a95020f99a26a162cc..bc8983ef73553adae034bbad15f5db50e0c2cbcd 100644 (file)
@@ -153,11 +153,9 @@ IN: build-from-source.windows
                 qw{ cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON .. } try-process
                 qw{ msbuild LibreSSL.sln /m /property:Configuration=Release } try-process
             ] if
-            {
-                "crypto/Release/crypto-51.dll"
-                "ssl/Release/ssl-54.dll"
-                "tls/Release/tls-27.dll"
-            } copy-output-files
+            "crypto/Release/crypto.dll" "libressl-crypto.dll" copy-output-file-as
+            "ssl/Release/ssl.dll" "libressl-ssl.dll" copy-output-file-as
+            "tls/Release/tls.dll" "libressl-tls.dll" copy-output-file-as
         ] with-build-directory
     ] with-tar-gz ;