add todo to SConstruct

main
Nathan Franke 4 years ago
parent b9ef2ae392
commit 7989c2f7e3
No known key found for this signature in database
GPG Key ID: 082B90CF10A5B648

@ -2,6 +2,7 @@
import os import os
from glob import glob from glob import glob
# TODO: Do not copy environment after godot-cpp/test is updated <https://github.com/godotengine/godot-cpp/blob/master/test/SConstruct>.
env = SConscript("godot-cpp/SConstruct") env = SConscript("godot-cpp/SConstruct")
env.Append(CPPPATH=["src/"]) env.Append(CPPPATH=["src/"])

Loading…
Cancel
Save