mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
1a54be06cd
Have one script per build. This means more duplication between the scripts, but it's much easier to understand and to run locally.
8 lines
81 B
Bash
Executable File
8 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
i686=true
|
|
x86_64=false
|
|
WINDOWS_ARCH=win32
|
|
|
|
. .travis/cmake-windows.sh
|