From 68ebc9b2a8d2f71b40368be084ddbeda2cbf77ad Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Mon, 27 Sep 2021 21:04:56 +1000 Subject: Changed over to proper godot-headers --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') 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)) -- cgit v1.2.3