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 /build/testfiletest.sh | |
parent | 475aea387f846561d5029807f804ff789d59e69f (diff) | |
download | plus-6ff6d6928328ff2110f028a374ade49415d5a0ba.tar.gz plus-6ff6d6928328ff2110f028a374ade49415d5a0ba.tar.bz2 plus-6ff6d6928328ff2110f028a374ade49415d5a0ba.tar.xz plus-6ff6d6928328ff2110f028a374ade49415d5a0ba.zip |
Remove physfs support.
Diffstat (limited to 'build/testfiletest.sh')
-rwxr-xr-x | build/testfiletest.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/testfiletest.sh b/build/testfiletest.sh index 3708275fd..40f08739a 100755 --- a/build/testfiletest.sh +++ b/build/testfiletest.sh @@ -21,7 +21,6 @@ function run { -i "\"sdlshared.h\"" \ -i "\"localconsts.h\"" \ -i "\"utils/fuzzer.h\"" \ - -i "\"utils/physfscheckutils.h\"" \ -i "\"$name\"" \ -c "$CXX" \ -d "$1" \ |