]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - tools/test-build
Allow converting a Cap::Reference to a Cap::Capability*.
[user/henk/code/inspircd.git] / tools / test-build
index abb43b50f74853d67292ef2eea01cb2b69e4aa60..25981d4a64399e8a04704f2bc9b9ee79da36e681 100755 (executable)
@@ -64,7 +64,7 @@ foreach my $compiler (@compilers) {
                        say "Failed to configure using the $compiler compiler and the $socketengine socket engine!";
                        exit 1;
                }
-               if (execute 'make', '--jobs', get_cpu_count, 'install') {
+               if (execute 'make', '--jobs', get_cpu_count() + 1, 'install') {
                        say "Failed to compile using the $compiler compiler and the $socketengine socket engine!";
                        exit 1;
                }