| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5fcf542 commit dea40f8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -305,15 +305,15 @@ | |||
| 305 | 305 | 'llvm_version=="0.0"', { | |
| 306 | 306 | 'ldflags': [ | |
| 307 | 307 | '-Wl,-T', | |
| 308 | - '<!(realpath src/large_pages/ld.implicit.script)', | ||
| 308 | + '<!(echo "$(pwd)/src/large_pages/ld.implicit.script")', | ||
| 309 | 309 | ] | |
| 310 | 310 | }], | |
| 311 | 311 | [ 'OS=="linux" and ' | |
| 312 | 312 | 'target_arch=="x64" and ' | |
| 313 | 313 | 'llvm_version!="0.0"', { | |
| 314 | 314 | 'ldflags': [ | |
| 315 | 315 | '-Wl,-T', | |
| 316 | - '<!(realpath src/large_pages/ld.implicit.script.lld)', | ||
| 316 | + '<!(echo "$(pwd)/src/large_pages/ld.implicit.script.lld")', | ||
| 317 | 317 | ] | |
| 318 | 318 | }], | |
| 319 | 319 | [ 'node_use_openssl=="true"', { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments