Skip to content

Commit b9bcd27

Browse files
authored
Merge pull request #3406 from brave/fix-linking-error-rebase
Ads Confirmations
2 parents 5a00ed6 + f291623 commit b9bcd27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/test.js

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const test = (suite, buildConfig = config.defaultBuildConfig, options) => {
3434

3535
// Build the tests
3636
util.run('ninja', ['-C', config.outputDir, suite], config.defaultOptions)
37+
util.run('ninja', ['-C', config.outputDir, "fix_brave_test_install_name"], config.defaultOptions)
3738

3839
let testBinary;
3940
if (process.platform === 'win32') {

0 commit comments

Comments
 (0)