pro: link against libunwind

Otherwise link fails with missing symbols.
This commit is contained in:
redfish 2016-09-03 05:58:05 +00:00
parent 74a90651c7
commit 010a2156b8

View file

@ -84,6 +84,7 @@ linux {
-lssl \ -lssl \
-lcrypto \ -lcrypto \
-Wl,-Bdynamic \ -Wl,-Bdynamic \
-lunwind \
-ldl -ldl
} }