Skip to content

Commit 9dfd292

Browse files
committed
Remove unusded zip dependency
Signed-off-by: Adam Glustein <adam.glustein@point72.com>
1 parent 52e088e commit 9dfd292

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,17 +194,17 @@ dependencies-mac: ## install dependencies for mac
194194
brew unlink bison flex && brew link --force bison flex
195195

196196
dependencies-debian: ## install dependencies for linux
197-
apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip zip
197+
apt-get install -y autoconf autoconf-archive automake bison cmake curl flex libtool ninja-build pkg-config tar unzip
198198

199199
dependencies-fedora: ## install dependencies for linux
200-
yum install -y autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip zip
200+
yum install -y autoconf autoconf-archive automake bison ccache cmake curl flex libtool perl-IPC-Cmd pkg-config tar unzip
201201

202202
dependencies-vcpkg: ## install dependencies via vcpkg
203203
cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install
204204

205205
dependencies-win: ## install dependencies via windows
206206
choco install cmake --version=3.31.6 --allow-downgrade
207-
choco install curl winflexbison ninja unzip zip --no-progress -y
207+
choco install curl winflexbison ninja unzip --no-progress -y
208208

209209
############################################################################################
210210
# Thanks to Francoise at marmelab.com for this

0 commit comments

Comments
 (0)