8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
i686=true
|
||
|
x86_64=false
|
||
|
WINDOWS_ARCH=win32
|
||
|
|
||
|
. .github/scripts/cmake-windows.sh
|