From 7a77d8f69c657fbc3e7a22a00a8633fe04c838fb Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Tue, 3 Sep 2024 21:37:26 +0100 Subject: [PATCH] Extension fix. --- tests/quickjs/premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/quickjs/premake5.lua b/tests/quickjs/premake5.lua index c551eec9..cde6ac87 100644 --- a/tests/quickjs/premake5.lua +++ b/tests/quickjs/premake5.lua @@ -30,4 +30,4 @@ workspace "qjs" defines { "JS_SHARED_LIBRARY" } filter { "kind:SharedLib", "system:macosx" } linkoptions { "-undefined dynamic_lookup" } - targetextension ("so") + targetextension (".so")