Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commit3d8721f
build: add version-specific library path for AIX
Add the version-specific directory containing the C/C++ runtimelibraries to `-blibpath` on AIX. This will help link `node` againstthe correct libraries at run-time when compiled with a differentversion of the GNU C/C++ compiler without having to manually seta `LIBPATH` environment variable.PR-URL:#53585Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>1 parent0c91186 commit3d8721f
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
554 | 554 |
| |
555 | 555 |
| |
556 | 556 |
| |
| 557 | + | |
| 558 | + | |
| 559 | + | |
557 | 560 |
| |
558 | 561 |
| |
559 | 562 |
| |
| |||
564 | 567 |
| |
565 | 568 |
| |
566 | 569 |
| |
567 |
| - | |
| 570 | + | |
568 | 571 |
| |
569 | 572 |
| |
570 | 573 |
| |
|
0 commit comments
Comments
(0)