summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2021-09-27 21:04:56 +1000
committerBastiaan Olij <mux213@gmail.com>2021-09-27 23:08:12 +1000
commit68ebc9b2a8d2f71b40368be084ddbeda2cbf77ad (patch)
tree08d08aacb4c79e64964508eed279adb31d1a61b6 /SConstruct
parentcbf52c2764e2d4b3503f306ab36e560a668df7d5 (diff)
downloadredot-cpp-68ebc9b2a8d2f71b40368be084ddbeda2cbf77ad.tar.gz
Changed over to proper godot-headers
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 7481772..a6f792c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -108,7 +108,7 @@ opts.Add(BoolVariable("use_mingw", "Use the MinGW compiler instead of MSVC - onl
opts.Add(EnumVariable("target", "Compilation target", "debug", allowed_values=("debug", "release"), ignorecase=2))
opts.Add(
PathVariable(
- "headers_dir", "Path to the directory containing Godot headers", "godot-headers-temp", PathVariable.PathIsDir
+ "headers_dir", "Path to the directory containing Godot headers", "godot-headers", PathVariable.PathIsDir
)
)
opts.Add(PathVariable("custom_api_file", "Path to a custom JSON API file", None, PathVariable.PathIsFile))