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