Skip to content

Commit

Permalink
Changed over to proper godot-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiaanOlij committed Sep 27, 2021
1 parent 2372a6c commit 1045bbd
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 213,386 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

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

set(GODOT_COMPILE_FLAGS )
set(GODOT_LINKER_FLAGS )
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
6 changes: 0 additions & 6 deletions godot-headers-temp/README.md

This file was deleted.

Loading

0 comments on commit 1045bbd

Please sign in to comment.