summaryrefslogtreecommitdiff
path: root/modules/pvr/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pvr/SCsub')
-rw-r--r--modules/pvr/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pvr/SCsub b/modules/pvr/SCsub
index 2e4a792a36..18da38fbbd 100644
--- a/modules/pvr/SCsub
+++ b/modules/pvr/SCsub
@@ -17,7 +17,7 @@ thirdparty_sources = [
]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
-env_pvr.Append(CPPPATH=[thirdparty_dir])
+env_pvr.Prepend(CPPPATH=[thirdparty_dir])
env_thirdparty = env_pvr.Clone()
env_thirdparty.disable_warnings()