mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Apple deprecated `openssl` in 10.7 and the headers are now removed in 10.11. Since we use some low level functions that are not provided in Apple's crypto frameworks, we now require are own version.
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
SOURCES = src/*.cc
|
|
EXPORT = src/{license,keychain}.h
|
|
LINK += text cf
|
|
CXX_FLAGS += -I"$libressl_prefix/include"
|
|
LN_FLAGS += -Wl,-U,__Z15revoked_serialsv
|
|
LN_FLAGS += "$libressl_prefix"/lib/libcrypto.a
|
|
FRAMEWORKS = Security
|