From d5f6581531af41f3638ad32ecd7e89fb47a0d114 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Thu, 29 Oct 2015 12:46:51 -0400 Subject: [PATCH] Add the runtime file to the project. --- project.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/project.gyp b/project.gyp index 5e79eba6..a64c7061 100644 --- a/project.gyp +++ b/project.gyp @@ -106,6 +106,7 @@ ], 'sources': [ 'src/runtime/document.c', + 'src/runtime/language.c', 'src/runtime/lexer.c', 'src/runtime/node.c', 'src/runtime/stack.c',