Fix x11 build linkage

This commit is contained in:
IronicallySerious
2019-07-31 02:39:21 +05:30
parent c21416175f
commit d1be7b98e7
3 changed files with 4 additions and 109 deletions

View File

@@ -17,7 +17,7 @@ opts.Add(PathVariable('target_name', 'The library name.', 'libgitapi', PathVaria
# Local dependency paths, adapt them to your setup
godot_headers_path = "godot-cpp/godot_headers/"
cpp_bindings_path = "godot-cpp/"
cpp_library = "godot-cpp/bin/libgodot-cpp"
cpp_library = "libgodot-cpp"
# only support 64 at this time..
bits = 64