From 518a2e3515502ce1486073975c5db427b72a7ae3 Mon Sep 17 00:00:00 2001 From: johnche Date: Tue, 25 Jun 2024 10:48:27 +0800 Subject: [PATCH] =?UTF-8?q?[unity]wasm=E5=BA=94=E8=AF=A5=E6=8B=B7=E8=B4=9D?= =?UTF-8?q?=E9=9D=99=E6=80=81=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unity/cli/make.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity/cli/make.mts b/unity/cli/make.mts index 834382543f..9d54c7eada 100644 --- a/unity/cli/make.mts +++ b/unity/cli/make.mts @@ -203,7 +203,7 @@ const platformCompileConfig = { assert.equal(0, exec(`emmake make`).code) cd("..") - return `${CMAKE_BUILD_PATH}/lib${cmakeAddedLibraryName}.so`; + return `${CMAKE_BUILD_PATH}/lib${cmakeAddedLibraryName}.a`; } } }