diff options
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js index fc9ae7fc..699b0393 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -71,7 +71,7 @@ do { var inter = intertyper(lines); // Load library, with preprocessing and macros. Must be done after intertyper, so we know if we have debug info or not -for (suffix in set('', '_sdl', '_gl')) { +for (suffix in set('', '_sdl', '_gl', '_browser')) { eval(processMacros(preprocess(read('library' + suffix + '.js'), CONSTANTS))); } |