dik what this was but pushing ancient changes
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user