Constellation / iv

ECMAScript Lexer / Parser / Interpreter / VM / method JIT written in C++
BSD 2-Clause "Simplified" License
415 stars 32 forks source link

Added Linking with libgc #86

Closed imasahiro closed 11 years ago

imasahiro commented 11 years ago

SCons does not link libgc

imasahiro commented 11 years ago

I forgot to add library path to libgc.

Constellation commented 11 years ago

Ah, iv / lv5 checks libgc in iv/lv5/SConscript https://github.com/Constellation/iv/blob/master/iv/lv5/SConscript#L23