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
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 \