fix bzip2, fix curl, add iconv, add libxml2, add and fix openssl

This commit is contained in:
crazywhalecc
2023-03-21 01:51:52 +08:00
parent e62cefa9e5
commit 357b25905b
6 changed files with 339 additions and 57 deletions

View File

@@ -42,6 +42,6 @@ class bzip2 extends LinuxLibraryBase
'cp libbz2.a ' . BUILD_LIB_PATH . ' && ' .
'cp bzlib.h ' . BUILD_INCLUDE_PATH
);
$this->makeFakePkgconfs();
// $this->makeFakePkgconfs();
}
}