Skip to content

Commit

Permalink
Add godot_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Oct 20, 2024
1 parent d79fc06 commit da940dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Run the following command to download godot-cpp:
git submodule update --init --recursive""")
sys.exit(1)

env = SConscript("godot-cpp/SConstruct", {"env": env, "customs": customs})
env = SConscript("godot-cpp/SConstruct", {"env": env, "customs": customs, "godot_repo": "../godot"})
env.Append(CPPPATH=["src/"])
sources = Glob("src/*.cpp")

Expand Down

0 comments on commit da940dd

Please sign in to comment.