Moves zlib to its own nuget (#164)
This commit is contained in:
parent
561b40c3d8
commit
d76d60d900
23 changed files with 75 additions and 398 deletions
|
|
@ -10,7 +10,6 @@ else
|
|||
c="-c $2"
|
||||
fi
|
||||
|
||||
Tools/build-native-libraries.cmd $2
|
||||
dotnet restore --force-evaluate
|
||||
|
||||
if [[ $1 ]]
|
||||
|
|
@ -36,7 +35,6 @@ IF "%~2" == "" (
|
|||
SET c=-c %~2
|
||||
)
|
||||
|
||||
CALL Tools\build-native-libraries.cmd %~2
|
||||
dotnet restore --force-evaluate
|
||||
|
||||
IF "%~1" == "" (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue