1
0
mirror of synced 2024-11-12 02:00:52 +01:00

Merge pull request #76 from Biswa96/master

dist: Prevent already installed packages in ArchLinux and MSYS2.
This commit is contained in:
WerWolv 2020-12-09 10:33:48 +01:00 committed by GitHub
commit 6afcf1a26f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
pacman -S \
pacman -S --needed \
glfw \
file \
openssl \

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
pacman -S \
pacman -S --needed \
mingw-w64-x86_64-gcc \
mingw-w64-x86_64-cmake \
mingw-w64-x86_64-make \