Fix tiny inst (#3126)

* fix tn inst

* add

* fix more
This commit is contained in:
Dongjia "toka" Zhang 2025-04-03 16:22:25 +02:00 committed by GitHub
parent fb0848e174
commit c99371fd20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ zlib:
[windows] [windows]
lib: zlib lib: zlib
cd zlib && cmake -A x64 -DCMAKE_CXX_COMPILER=cl . && cmake --build . --config Release cd zlib && cmake -A x64 -DCMAKE_CXX_COMPILER=cl -DCMAKE_POLICY_VERSION_MINIMUM=3.5 . && cmake --build . --config Release
[windows] [windows]
libpng: libpng:
@ -43,7 +43,7 @@ libpng:
[windows] [windows]
lib2: libpng lib2: libpng
cd libpng-1.6.37 && cmake -A x64 -DCMAKE_CXX_COMPILER=cl -DZLIB_ROOT=..\zlib -DZLIB_LIBRARY=..\zlib\Release\zlib.lib . && cmake --build . --config Release cd libpng-1.6.37 && cmake -A x64 -DCMAKE_CXX_COMPILER=cl -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DZLIB_ROOT=..\zlib -DZLIB_LIBRARY=..\zlib\Release\zlib.lib . && cmake --build . --config Release
[windows] [windows]
harness: lib lib2 harness: lib lib2

View File

@ -1439,7 +1439,7 @@ dependencies = [
[[package]] [[package]]
name = "tinyinst" name = "tinyinst"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/AFLplusplus/tinyinst-rs#d30a8ca29803930aa302c66708f40b4634dafe31" source = "git+https://github.com/AFLplusplus/tinyinst-rs?branch=main#984bcb0d60ec82963ab47c47b7280d2eaa4df47d"
dependencies = [ dependencies = [
"cmake", "cmake",
"cxx", "cxx",