Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <kenlm@kheafield.com>2011-11-21 15:42:46 +0400
committerKenneth Heafield <kenlm@kheafield.com>2011-11-21 15:42:46 +0400
commit7e27cd1d8acb1ddc31f5751500f1570c629d0565 (patch)
tree813ca659e2bef950061ba31bfaca69e40c6986d1 /jam-files
parent5baa595a91ff41e26c61f83ffafa77046e432843 (diff)
Jam: automatic boost linkage, install path argument, globs
Diffstat (limited to 'jam-files')
-rwxr-xr-xjam-files/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/jam-files/test.sh b/jam-files/test.sh
new file mode 100755
index 000000000..3fb4fd2a9
--- /dev/null
+++ b/jam-files/test.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+g++ "$@" -x c++ - <<<'int main() {}' >/dev/null 2>/dev/null
+echo -n $?