Skip to content

Commit 68ebc9b

Browse files
committed
Changed over to proper godot-headers
1 parent cbf52c2 commit 68ebc9b

File tree

7 files changed

+5
-213386
lines changed

7 files changed

+5
-213386
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
5858
set(CMAKE_CXX_EXTENSIONS OFF)
5959

6060
# Input from user for godot headers and the api file
61-
set(GODOT_HEADERS_DIR "godot-headers-temp" CACHE STRING "")
62-
set(GODOT_CUSTOM_API_FILE "godot-headers-temp/extension_api.json" CACHE STRING "")
61+
set(GODOT_HEADERS_DIR "godot-headers" CACHE STRING "")
62+
set(GODOT_CUSTOM_API_FILE "godot-headers/extension_api.json" CACHE STRING "")
6363

6464
set(GODOT_COMPILE_FLAGS )
6565
set(GODOT_LINKER_FLAGS )

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ opts.Add(BoolVariable("use_mingw", "Use the MinGW compiler instead of MSVC - onl
108108
opts.Add(EnumVariable("target", "Compilation target", "debug", allowed_values=("debug", "release"), ignorecase=2))
109109
opts.Add(
110110
PathVariable(
111-
"headers_dir", "Path to the directory containing Godot headers", "godot-headers-temp", PathVariable.PathIsDir
111+
"headers_dir", "Path to the directory containing Godot headers", "godot-headers", PathVariable.PathIsDir
112112
)
113113
)
114114
opts.Add(PathVariable("custom_api_file", "Path to a custom JSON API file", None, PathVariable.PathIsFile))

godot-headers-temp/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)