mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
5ab301ecab
Travis gave up on FOSS, so no more free advertisement for Travis.
8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
i686=true
|
|
x86_64=false
|
|
WINDOWS_ARCH=win32
|
|
|
|
. .github/scripts/cmake-windows.sh
|