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 497d1b8 + 076028d commit b2b14ccCopy full SHA for b2b14cc
build.py
@@ -125,6 +125,7 @@
125
'-Xcc -fblocks'
126
])
127
foundation.LDFLAGS += '-ldispatch -L'+Configuration.current.variables["LIBDISPATCH_BUILD_DIR"]+'/src/.libs -rpath \$$ORIGIN '
128
+ foundation.LDFLAGS += '-L' + Configuration.current.variables['LIBDISPATCH_BUILD_DIR'] + ' -lBlocksRuntime '
129
130
foundation.SWIFTCFLAGS = " ".join(swift_cflags)
131
0 commit comments