Skip to content

Commit 853742c

Browse files
authored
Merge pull request #2 from dial-once/prevent_using_async_posix_h_in_openssl
Apple marked async_posix.h as non-public API
2 parents e7aeab6 + 485e403 commit 853742c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/socket.io-client-cpp
55
macos:
6-
xcode: "9.0"
6+
xcode: "10.0"
77
steps:
88
- checkout
99
- run:

conanfile.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ cmake_paths
99

1010
[options]
1111
OpenSSL:no_zlib=True
12+
OpenSSL:no_async=True
1213
boost:without_python=True
1314
boost:without_context=True
1415
boost:without_container=True

0 commit comments

Comments
 (0)