Răsfoiți Sursa

allow ~ in godotbinpath

karroffel 7 ani în urmă
părinte
comite
51f1d3ce5d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      SConstruct

+ 1 - 1
SConstruct

@@ -46,7 +46,7 @@ if ARGUMENTS.get("generate_bindings", "no") == "yes":
     # TODO Generating the API should be done only if the Godot build is more recent than the JSON file
     # TODO Generating the API should be done only if the Godot build is more recent than the JSON file
     json_api_file = 'godot_api.json'
     json_api_file = 'godot_api.json'
 
 
-    subprocess.call([godot_bin_path, '--gdnative-generate-json-api', json_api_file])
+    subprocess.call([os.path.expanduser(godot_bin_path), '--gdnative-generate-json-api', json_api_file])
 
 
     # actually create the bindings here
     # actually create the bindings here