Merge pull request #76 from Biswa96/master
dist: Prevent already installed packages in ArchLinux and MSYS2.
This commit is contained in:
commit
6afcf1a26f
2
dist/get_deps_archlinux.sh
vendored
2
dist/get_deps_archlinux.sh
vendored
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
pacman -S \
|
||||
pacman -S --needed \
|
||||
glfw \
|
||||
file \
|
||||
openssl \
|
||||
|
2
dist/get_deps_msys2.sh
vendored
2
dist/get_deps_msys2.sh
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user