We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2d5fe commit 01bb55dCopy full SHA for 01bb55d
test/SConstruct
@@ -6,11 +6,6 @@ Import("env")
6
default_library_name = "libgdexample"
7
default_target_path = "demo/bin/"
8
9
-# Local dependency paths, adapt them to your setup
10
-cpp_bindings_path = "../"
11
-# cpp_bindings_path = "godot-cpp/"
12
-godot_headers_path = cpp_bindings_path + "godot-headers/"
13
-
14
opts = Variables([], ARGUMENTS)
15
16
# Define our options
0 commit comments