You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swift build --product CCryptoBoringSSL --destination /opt/swift-armv7-sysroot.json
108
110
109
111
# Now we need to generate symbol mangles for Linux. We can do this in
110
112
# one go for all of them.
111
113
(
112
114
cd"${SRCROOT}"
113
-
go run "util/read_symbols.go" -obj-file-format elf -out "${TMPDIR}/symbols-linux-all.txt""${HERE}"/.build/*-unknown-linux-gnu/debug/libCCryptoBoringSSL.a
115
+
go run "util/read_symbols.go" -obj-file-format elf -out "${TMPDIR}/symbols-linux-all.txt""${HERE}"/.build/*-unknown-linux-gnu*/debug/libCCryptoBoringSSL.a
114
116
)
115
117
116
118
# Now we concatenate all the symbols together and uniquify it.
0 commit comments