Skip to content

Commit

Permalink
gyp: fix non-ninja build
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Jan 20, 2014
1 parent f645c40 commit 25f9e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'V8_BASE': '<(PRODUCT_DIR)/libv8_base.a',
}, {
'OBJ_DIR': '<(PRODUCT_DIR)/obj.target',
'V8_BASE': '<(OBJ_DIR)/deps/v8/tools/gyp/libv8_base.a',
'V8_BASE': '<(PRODUCT_DIR)/obj.target/deps/v8/tools/gyp/libv8_base.a',
}],
],
},
Expand Down

0 comments on commit 25f9e92

Please sign in to comment.