Skip to content

Commit

Permalink
gyp: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Nov 8, 2015
1 parent e72533a commit d1e0f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -10,7 +10,7 @@
"gcc_version%": "unknown",
"clang%": 1,
"lldb_dir%": "lldb",
"lldb_lib%": "",
"lldb_lib%": "lldb",
"conditions": [
["GENERATOR == 'ninja'", {
"OBJ_DIR": "<(PRODUCT_DIR)/obj",
Expand Down
2 changes: 1 addition & 1 deletion llnode.gyp
Expand Up @@ -29,7 +29,7 @@
},
}, {
"ldflags": [
"-l<(lldb_lir)",
"-l<(lldb_lib)",
],
}],
],
Expand Down

0 comments on commit d1e0f9d

Please sign in to comment.