diff options
author | Bastiaan Olij <mux213@gmail.com> | 2021-09-27 21:04:56 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2021-09-27 23:08:12 +1000 |
commit | 68ebc9b2a8d2f71b40368be084ddbeda2cbf77ad (patch) | |
tree | 08d08aacb4c79e64964508eed279adb31d1a61b6 /SConstruct | |
parent | cbf52c2764e2d4b3503f306ab36e560a668df7d5 (diff) | |
download | redot-cpp-68ebc9b2a8d2f71b40368be084ddbeda2cbf77ad.tar.gz |
Changed over to proper godot-headers
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |