diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-05-14 11:03:17 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-05-14 11:03:17 -0700 |
commit | 9d376d8bde5816e357c702fea6dc463992dab02a (patch) | |
tree | 6fc368810e344f5ff59d3acfd32e2150774cc3b8 /src/compiler.js | |
parent | d35a0c7758caec727ffe744f7f264d65233b9d49 (diff) |
additional sdl and browser stuff
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))); } |