move zip C dependency to thirdparty/

pull/1167/head
Alexander Medvednikov 2019-07-15 19:30:53 +02:00
parent 449fd372f9
commit ecda895003
4 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,6 @@
module szip
// what the shit im do
// #flag -I @VROOT/thirdparty/szip
#flag -I .
#flag -I @VROOT/thirdparty/zip
#include "zip.c"
#include "zip.h"
@ -284,4 +282,5 @@ pub fn (zentry mut zip_ptr) total() ?int {
return error('szip: cannot count total entries.')
}
return _tentry
}
}