| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ccbb7c4 commit 5e54536
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -935,6 +935,16 @@ | |||
| 935 | 935 | }, { | |
| 936 | 936 | 'type': 'executable', | |
| 937 | 937 | }], | |
| 938 | + ['target_arch=="ppc64"', { | ||
| 939 | + 'ldflags': [ | ||
| 940 | + '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread/ppc64' | ||
| 941 | + ], | ||
| 942 | + }], | ||
| 943 | + ['target_arch=="ppc"', { | ||
| 944 | + 'ldflags': [ | ||
| 945 | + '-Wl,-blibpath:/usr/lib:/lib:/opt/freeware/lib/pthread' | ||
| 946 | + ], | ||
| 947 | + }] | ||
| 938 | 948 | ], | |
| 939 | 949 | 'dependencies': ['<(node_core_target_name)', 'node_exp'], | |
| 940 | 950 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments