| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a9cd1d1 commit 78010aa
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -830,6 +830,16 @@ | |||
| 830 | 830 | }, { | |
| 831 | 831 | 'type': 'executable', | |
| 832 | 832 | }], | |
| 833 | + ['target_arch=="ppc64"', { | ||
| 834 | + 'ldflags': [ | ||
| 835 | + '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread/ppc64' | ||
| 836 | + ], | ||
| 837 | + }], | ||
| 838 | + ['target_arch=="ppc"', { | ||
| 839 | + 'ldflags': [ | ||
| 840 | + '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread' | ||
| 841 | + ], | ||
| 842 | + }] | ||
| 833 | 843 | ], | |
| 834 | 844 | 'dependencies': ['<(node_core_target_name)', 'node_exp'], | |
| 835 | 845 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments