summaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/nativescript/SCsub')
-rw-r--r--modules/gdnative/nativescript/SCsub1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdnative/nativescript/SCsub b/modules/gdnative/nativescript/SCsub
index 178afec64a..ee3b9c351d 100644
--- a/modules/gdnative/nativescript/SCsub
+++ b/modules/gdnative/nativescript/SCsub
@@ -4,7 +4,6 @@ Import('env')
mod_env = env.Clone()
mod_env.add_source_files(env.modules_sources, "*.cpp")
-mod_env.Append(CPPPATH='#modules/gdnative')
mod_env.Append(CPPFLAGS=['-DGDAPI_BUILT_IN'])
if "platform" in env and env["platform"] in ["x11", "iphone"]: