diff --git a/vlib/szip/miniz.h b/thirdparty/zip/miniz.h similarity index 100% rename from vlib/szip/miniz.h rename to thirdparty/zip/miniz.h diff --git a/vlib/szip/zip.c b/thirdparty/zip/zip.c similarity index 100% rename from vlib/szip/zip.c rename to thirdparty/zip/zip.c diff --git a/vlib/szip/zip.h b/thirdparty/zip/zip.h similarity index 100% rename from vlib/szip/zip.h rename to thirdparty/zip/zip.h diff --git a/vlib/szip/szip.v b/vlib/szip/szip.v index 5835766b88..237e101703 100644 --- a/vlib/szip/szip.v +++ b/vlib/szip/szip.v @@ -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 -} \ No newline at end of file +} +