summaryrefslogtreecommitdiff
path: root/other/travis/env-linux.sh
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2016-10-03 01:52:43 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2016-10-05 23:47:39 -0400
commit02e9cd38f107302f4384129ae23e92d250605453 (patch)
tree8d051ce6f9ec4c6c826e0b45604af41d9501e2af /other/travis/env-linux.sh
parent90123c803abd0cd51c5fff255aa75b3d1b45cd85 (diff)
Add option to build tox-bootstrapd
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.
Diffstat (limited to 'other/travis/env-linux.sh')
-rw-r--r--other/travis/env-linux.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/travis/env-linux.sh b/other/travis/env-linux.sh
index 2544ee56..16dbb8cc 100644
--- a/other/travis/env-linux.sh
+++ b/other/travis/env-linux.sh
@@ -1,6 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3CMAKE=cmake 3CMAKE=cmake
4CMAKE_EXTRA_FLAGS=""
4NPROC=`nproc` 5NPROC=`nproc`
5CURDIR=$PWD 6CURDIR=$PWD
6 7