From 3014c3099fbc28eef528d59417832e11046a14af Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Fri, 2 Jul 2021 00:26:10 +0200 Subject: Update godot-cpp to tip of 3.2 branch. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 97a1601..95ce705 100644 --- a/SConstruct +++ b/SConstruct @@ -89,7 +89,7 @@ elif target_platform == 'ios': host_platform = platform.system() # Local dependency paths, adapt them to your setup -godot_headers = ARGUMENTS.get('headers', 'godot-cpp/godot_headers') +godot_headers = ARGUMENTS.get('headers', 'godot-cpp/godot-headers') godot_cpp_headers = ARGUMENTS.get('godot_cpp_headers', 'godot-cpp/include') godot_cpp_lib_dir = ARGUMENTS.get('godot_cpp_lib_dir', 'godot-cpp/bin') result_path = os.path.join('bin', 'webrtc' if env['target'] == 'release' else 'webrtc_debug', 'lib') -- cgit v1.2.3