| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 089362f commit 7153f96
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -325,7 +325,12 @@ | |||
| 325 | 325 | }, | |
| 326 | 326 | 'target_conditions': [ | |
| 327 | 327 | ['_type!="static_library"', { | |
| 328 | - 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']}, | ||
| 328 | + 'xcode_settings': { | ||
| 329 | + 'OTHER_LDFLAGS': [ | ||
| 330 | + '-Wl,-no_pie', | ||
| 331 | + '-Wl,-search_paths_first', | ||
| 332 | + ], | ||
| 333 | + }, | ||
| 329 | 334 | }], | |
| 330 | 335 | ], | |
| 331 | 336 | 'conditions': [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments