We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2793ca0 commit 4e18119Copy full SHA for 4e18119
wscript
@@ -53,8 +53,8 @@ def configure(conf):
53
if os.environ.has_key('LINKFLAGS'):
54
linkflags.extend(os.environ['LINKFLAGS'].split(' '))
55
56
- if Options.options.internal_sqlite:
57
- linkflags.append('-Wl,-search_paths_first')
+ if Options.options.internal_sqlite and Options.platform == 'darwin':
+ linkflags.append('-Wl,-search_paths_first')
58
59
conf.env.append_value("LINKFLAGS", linkflags)
60
0 commit comments