diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-28 04:10:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-28 04:10:23 +0300 |
commit | 6ff6d6928328ff2110f028a374ade49415d5a0ba (patch) | |
tree | 4337ddc2e83368a2d606b97df08dc206e002ac67 /tools | |
parent | 475aea387f846561d5029807f804ff789d59e69f (diff) | |
download | ManaVerse-6ff6d6928328ff2110f028a374ade49415d5a0ba.tar.gz ManaVerse-6ff6d6928328ff2110f028a374ade49415d5a0ba.tar.bz2 ManaVerse-6ff6d6928328ff2110f028a374ade49415d5a0ba.tar.xz ManaVerse-6ff6d6928328ff2110f028a374ade49415d5a0ba.zip |
Remove physfs support.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci/scripts/deheader.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ci/scripts/deheader.sh b/tools/ci/scripts/deheader.sh index e221951a7..4e142679b 100755 --- a/tools/ci/scripts/deheader.sh +++ b/tools/ci/scripts/deheader.sh @@ -15,7 +15,6 @@ ${dir}/deheader -q -i "\"debug.h\"" \ -i "\"sdlshared.h\"" \ -i "\"localconsts.h\"" \ -i "\"utils/fuzzer.h\"" \ --i "\"utils/physfscheckutils.h\"" \ -i "\"$name\"" \ -c "$CXX" \ -d "$FLAGS" \ |