summaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/SCsub
diff options
context:
space:
mode:
authorEmmanuel Leblond <emmanuel.leblond@gmail.com>2017-10-08 23:47:38 +0200
committerEmmanuel Leblond <emmanuel.leblond@gmail.com>2017-10-17 10:50:13 +0200
commite715be0f0a307e36cd34dbee6ba3dfe83b72fead (patch)
treea6b18e480217efef7e6358957735c0f25d88bbf0 /modules/gdnative/nativescript/SCsub
parent0d0cb01f3385d512de0f91b0d73706a3380ec063 (diff)
[GDnative] add pluginscript \o/
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"]: