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.
2 parents 590c3be + 2ba2086 commit 4deff49Copy full SHA for 4deff49
lib/script.py
@@ -142,6 +142,9 @@ def generate_products(self):
142
if Configuration.current.bootstrap_directory is not None:
143
ld_flags += """ -L${TARGET_BOOTSTRAP_DIR}/usr/lib"""
144
145
+ if Configuration.current.build_mode == Configuration.Debug:
146
+ ld_flags += """ -rpath ${SDKROOT}/lib/swift/""" + Configuration.current.target.swift_sdk_name + """ """
147
+
148
if Configuration.current.linker is not None:
149
ld_flags += " -fuse-ld=" + Configuration.current.linker
150
0 commit comments