From 47e3da4918efe2d56e2b89e8f2af10dca44a0bc7 Mon Sep 17 00:00:00 2001 From: somebody_master Date: Sun, 12 Feb 2023 12:50:26 +0100 Subject: [PATCH] =?UTF-8?q?Arreglar=20la=20compilaci=C3=B3n=20de=20la=20li?= =?UTF-8?q?brer=C3=ADa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: somebody_master --- gdextension/SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdextension/SConstruct b/gdextension/SConstruct index 4a3b887..4ae7986 100644 --- a/gdextension/SConstruct +++ b/gdextension/SConstruct @@ -7,7 +7,8 @@ src = Glob("src/*.cpp") if env["platform"] == "linux": libpath = "../libtest{}{}".format( env["suffix"], env["SHLIBSUFFIX"] ) sharedlib = env.SharedLibrary(libpath, src) + Default(sharedlib) elif env["platform"] == "windows": pass elif env["platform"] == "android": - pass \ No newline at end of file + pass