ports/devel/godot2/files/patch-modules_squish_SCsub
Antoine Brodin 26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00

11 lines
472 B
Text

--- modules/squish/SCsub.orig 2018-06-13 13:01:57 UTC
+++ modules/squish/SCsub
@@ -23,7 +23,7 @@ if (env['builtin_squish'] != 'no'):
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
env_squish.add_source_files(env.modules_sources, thirdparty_sources)
- env_squish.Append(CPPPATH=[thirdparty_dir])
+ env_squish.Prepend(CPPPATH=[thirdparty_dir])
# Godot source files
env_squish.add_source_files(env.modules_sources, "*.cpp")