mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
move zip C dependency to thirdparty/
This commit is contained in:
parent
449fd372f9
commit
ecda895003
4 changed files with 3 additions and 4 deletions
0
vlib/szip/miniz.h → thirdparty/zip/miniz.h
vendored
0
vlib/szip/miniz.h → thirdparty/zip/miniz.h
vendored
0
vlib/szip/zip.c → thirdparty/zip/zip.c
vendored
0
vlib/szip/zip.c → thirdparty/zip/zip.c
vendored
0
vlib/szip/zip.h → thirdparty/zip/zip.h
vendored
0
vlib/szip/zip.h → thirdparty/zip/zip.h
vendored
|
@ -1,8 +1,6 @@
|
||||||
module szip
|
module szip
|
||||||
|
|
||||||
// what the shit im do
|
#flag -I @VROOT/thirdparty/zip
|
||||||
// #flag -I @VROOT/thirdparty/szip
|
|
||||||
#flag -I .
|
|
||||||
|
|
||||||
#include "zip.c"
|
#include "zip.c"
|
||||||
#include "zip.h"
|
#include "zip.h"
|
||||||
|
@ -284,4 +282,5 @@ pub fn (zentry mut zip_ptr) total() ?int {
|
||||||
return error('szip: cannot count total entries.')
|
return error('szip: cannot count total entries.')
|
||||||
}
|
}
|
||||||
return _tentry
|
return _tentry
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue