From 3c7a5c0559aeb74dbb6fa9c76d4a3155ce0f58e8 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 27 Apr 2019 17:39:43 -0400 Subject: Fixed bad backport involving std::round and std::lround for older Mac OSX SDKs. This reverts parts of changeset 7371:886ffb3884fe. --- check.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.mak') diff --git a/check.mak b/check.mak index 19a2582c7..fce31f6cc 100644 --- a/check.mak +++ b/check.mak @@ -43,7 +43,7 @@ curses_lexlib_objs = $(addprefix curses/, $(base_lexlib_objs)) curses_lexer_objs = $(addprefix curses/, $(base_lexer_objs)) all: | /tmp/scintilla - make -C $| -f check.mak -j4 bin/scintilla_win32.a \ + make -C $| -f check.mak -j8 bin/scintilla_win32.a \ bin/scintilla_cocoa.a bin/scintilla_gtk.a bin/scintilla_curses.a qt /tmp/scintilla: ; cp -rs `pwd` $@ -- cgit v1.2.3