Moved glad.

This commit is contained in:
Relintai 2023-12-16 22:23:51 +01:00
parent 361636bc5e
commit fe9331fa53
5 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ thirdparty_obj = []
if env["platform"] in ["haiku", "osx", "windows", "x11"]:
# Thirdparty source files
thirdparty_dir = "#thirdparty/glad/"
thirdparty_dir = "glad/"
thirdparty_sources = [
"glad.c",
]