From df3613d511320741122c608e7cb28ad227dc84aa Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 22 Jul 2014 13:11:07 -0700 Subject: [PATCH] Make compiler and runtime libraries two separate targets --- project.gyp | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/project.gyp b/project.gyp index f124c696..cdf1b583 100644 --- a/project.gyp +++ b/project.gyp @@ -2,14 +2,14 @@ 'targets': [ { - 'target_name': 'tree_sitter', + 'target_name': 'compiler', 'type': 'static_library', 'include_dirs': [ 'include', 'src', ], 'sources': [ - '