summaryrefslogtreecommitdiff
path: root/devel/godot/files/patch-thirdparty_zstd_SCsub
blob: 73bf1338efd5560c01ea0749f02517f5e20072ac (plain) (blame)
1
2
3
4
5
6
7
8
9
--- thirdparty/zstd/SCsub.orig	2018-06-13 11:53:45 UTC
+++ thirdparty/zstd/SCsub
@@ -25,5 +25,5 @@ thirdparty_zstd_sources = [
 ]
 thirdparty_zstd_sources = [thirdparty_zstd_dir + file for file in thirdparty_zstd_sources]
 env.add_source_files(env.core_sources, thirdparty_zstd_sources)
-env.Append(CPPPATH=["#thirdparty/zstd", "#thirdparty/zstd/common"])
+env.Prepend(CPPPATH=["#thirdparty/zstd", "#thirdparty/zstd/common"])
 env.Append(CCFLAGS="-DZSTD_STATIC_LINKING_ONLY")