mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
Moved glad.
This commit is contained in:
parent
361636bc5e
commit
fe9331fa53
@ -6,7 +6,7 @@ thirdparty_obj = []
|
|||||||
|
|
||||||
if env["platform"] in ["haiku", "osx", "windows", "x11"]:
|
if env["platform"] in ["haiku", "osx", "windows", "x11"]:
|
||||||
# Thirdparty source files
|
# Thirdparty source files
|
||||||
thirdparty_dir = "#thirdparty/glad/"
|
thirdparty_dir = "glad/"
|
||||||
thirdparty_sources = [
|
thirdparty_sources = [
|
||||||
"glad.c",
|
"glad.c",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user