From e7a7efed11792e0dbc14a66b02fa7b25886f69d8 Mon Sep 17 00:00:00 2001 From: James Lyon Date: Thu, 25 Apr 2013 01:08:18 +0100 Subject: Added cross compilation to CMake build system. Brings it more into line with make based system. I've tested on 32- and 64-bit Windows, but not yet Linux. --- config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 588408d..79640fd 100644 --- a/config.h.in +++ b/config.h.in @@ -3,3 +3,4 @@ #cmakedefine CONFIG_WIN32 #cmakedefine CONFIG_WIN64 +#cmakedefine CONFIG_TCC_BCHECK \ No newline at end of file -- cgit v1.3.1