diff options
author | leyla_linden <none@none> | 2011-02-01 15:42:52 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-02-01 15:42:52 -0800 |
commit | 990a6206604b0a5e33902145b496f39927f6d5b9 (patch) | |
tree | c0d7561dc56b9003387554a640505af8fcc7cc51 /build.sh | |
parent | 1b366dfe72c5852904468aaf8ff66e8e7be88318 (diff) | |
parent | 7c5c82cb116b2dfd163055994803e07a1bfd5a8b (diff) |
Merge
Diffstat (limited to 'build.sh')
-rw-r--r-- | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -66,7 +66,8 @@ pre_build() -DRELEASE_CRASH_REPORTING:BOOL=ON \ -DLOCALIZESETUP:BOOL=ON \ -DPACKAGE:BOOL=ON - -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE + -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \ + -DLL_TESTS:BOOL="$run_tests" end_section "Pre$variant" } |