mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-06 00:00:03 +08:00
Delete redundant definitions
This commit is contained in:
@@ -22,11 +22,7 @@ let package = Package(
|
|||||||
cxxSettings: [
|
cxxSettings: [
|
||||||
.headerSearchPath("../ASIO/asio/include"),
|
.headerSearchPath("../ASIO/asio/include"),
|
||||||
.headerSearchPath("../OpenVPN3"),
|
.headerSearchPath("../OpenVPN3"),
|
||||||
.define("ASIO_STANDALONE"),
|
.define("USE_ASIO")
|
||||||
.define("ASIO_NO_DEPRECATED"),
|
|
||||||
.define("ASIO_HAS_STD_STRING_VIEW"),
|
|
||||||
.define("USE_ASIO"),
|
|
||||||
.define("USE_ASIO_THREADLOCAL")
|
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
|
|||||||
Reference in New Issue
Block a user