mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-16 13:01:07 +02:00
3 lines
211 B
Bash
Executable file
3 lines
211 B
Bash
Executable file
#!/bin/sh
|
|
export PATH=/C/tools/msys64/usr/bin:$PATH
|
|
powershell -executionpolicy bypass "pacman --sync --noconfirm --needed mingw-w64-$MINGW_ARCH-toolchain mingw-w64-$MINGW_ARCH-qt5 mingw-w64-$MINGW_ARCH-zeromq"
|