Fixed linux build.

This commit is contained in:
Asher Baker 2014-08-15 23:23:11 +01:00
parent 46123d359f
commit f886e69dfb
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,6 @@ int main(int argc, char **argv)
#if defined(EMSCRIPTEN)
COMPILER sc32 = (COMPILER)Compile32;
//pc_printf = (PRINTF)pc_printf;
#else
# if defined(__linux__)
HINSTANCE lib = NULL;

View File

@ -13,6 +13,7 @@ binary.compiler.defines += [
'NO_MAIN',
'PAWNC_DLL',
'HAVE_STDINT_H',
'_GNU_SOURCE',
]
binary.sources = [