mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
We now bypass the global proxy if trying to connect to localhost (as some of our tests do) and we also hand the actual target URL to the potential proxy auto configuration (PAC) script.
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
SOURCES = src/*.cc
|
|
TEST_SOURCES = tests/*.cc
|
|
LINK += text cf io plist OakSystem regexp
|
|
LIBS = curl crypto
|
|
EXPORT = src/{constants,download{,_tbz},filter_*,key_chain,network,post,proxy,tbz}.h
|
|
FRAMEWORKS = SystemConfiguration Security
|