mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
AccessKit integration for macOS, Linux, and Windows.
This commit is contained in:
@@ -60,6 +60,12 @@ env.Depends(res_obj, "#core/version_generated.gen.h")
|
||||
env.add_source_files(sources, common_win)
|
||||
sources += res_obj
|
||||
|
||||
if env["accesskit"] and not env.msvc:
|
||||
def_file = "uiautomationcore." + env["arch"] + ".def"
|
||||
def_target = "libuiautomationcore." + env["arch"] + ".a"
|
||||
def_obj = env.DEF(def_target, def_file)
|
||||
sources += def_obj
|
||||
|
||||
prog = env.add_program("#bin/godot", sources, PROGSUFFIX=env["PROGSUFFIX"])
|
||||
arrange_program_clean(prog)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user