dik what this was but pushing ancient changes

This commit is contained in:
2024-10-18 18:00:23 -04:00
parent e7201941fe
commit fdeb0bae4f
28 changed files with 161 additions and 47 deletions

View File

@ -21,14 +21,14 @@ sources = Glob("./*.cpp")
if env["platform"] == "osx":
library = env.SharedLibrary(
EditorDir + "/bin/libgdexample.{}.{}.framework/libgdexample.{}.{}".format(
EditorDir + "/bin/SENative.{}.{}.framework/SENative.{}.{}".format(
env["platform"], env["target"], env["platform"], env["target"]
),
source=sources,
)
else:
library = env.SharedLibrary(
EditorDir + "/bin/libgdexample.{}.{}.{}{}".format(
EditorDir + "/bin/SENative.{}.{}.{}{}".format(
env["platform"], env["target"], env["arch_suffix"], env["SHLIBSUFFIX"]
),
source=sources,