mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
wslay: Sync with upstream 45d22583b
45d22583b4
Mostly style changes, a couple new methods and fixes.
Tweak file structure a bit.
This commit is contained in:
@@ -18,12 +18,11 @@ elif env["builtin_wslay"]:
|
||||
"wslay_net.c",
|
||||
"wslay_event.c",
|
||||
"wslay_queue.c",
|
||||
"wslay_stack.c",
|
||||
"wslay_frame.c",
|
||||
]
|
||||
thirdparty_sources = [thirdparty_dir + s for s in thirdparty_sources]
|
||||
|
||||
env_ws.Prepend(CPPPATH=[thirdparty_dir + "includes/"])
|
||||
env_ws.Prepend(CPPPATH=[thirdparty_dir])
|
||||
env_ws.Append(CPPDEFINES=["HAVE_CONFIG_H"])
|
||||
|
||||
if env["platform"] == "windows" or env["platform"] == "uwp":
|
||||
|
||||
Reference in New Issue
Block a user