Skip to content

Commit 25f9e92

Browse files
committed
gyp: fix non-ninja build
1 parent f645c40 commit 25f9e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'V8_BASE': '<(PRODUCT_DIR)/libv8_base.a',
2626
}, {
2727
'OBJ_DIR': '<(PRODUCT_DIR)/obj.target',
28-
'V8_BASE': '<(OBJ_DIR)/deps/v8/tools/gyp/libv8_base.a',
28+
'V8_BASE': '<(PRODUCT_DIR)/obj.target/deps/v8/tools/gyp/libv8_base.a',
2929
}],
3030
],
3131
},

0 commit comments

Comments
 (0)