summaryrefslogtreecommitdiff
path: root/modules/gdnative/videodecoder/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/videodecoder/SCsub')
-rw-r--r--modules/gdnative/videodecoder/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/videodecoder/SCsub b/modules/gdnative/videodecoder/SCsub
index 8d9c1ff50e..04cc8ed604 100644
--- a/modules/gdnative/videodecoder/SCsub
+++ b/modules/gdnative/videodecoder/SCsub
@@ -5,5 +5,5 @@ Import('env_modules')
env_vsdecoder_gdnative = env_modules.Clone()
-env_vsdecoder_gdnative.Append(CPPPATH=['#modules/gdnative/include/'])
+env_vsdecoder_gdnative.Prepend(CPPPATH=['#modules/gdnative/include/'])
env_vsdecoder_gdnative.add_source_files(env.modules_sources, '*.cpp')