mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
i686=false
|
||
|
x86_64=true
|
||
|
WINDOWS_ARCH=win64
|
||
|
|
||
|
. .travis/cmake-windows.sh
|