mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
02e9cd38f1
When cross-compiling to <target> from Linux, cmake might find native Linux libconfig and decide to build tox-bootstrapd. If the target is Windows, this will fail, as tox-bootstrapd can't be built for Windows in the first place. If the target is Linux of some other architecture, then using host native libconfig will fail too. Thus an option is needed to guard against this. |
||
---|---|---|
.. | ||
autotools-linux-install | ||
autotools-script | ||
env-linux.sh | ||
env-osx.sh | ||
env-windows.sh | ||
env.sh | ||
hstox-install | ||
hstox-script | ||
phase | ||
toxcore-after_failure | ||
toxcore-linux-after_script | ||
toxcore-linux-install | ||
toxcore-osx-install | ||
toxcore-script | ||
toxcore-windows-install |