mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
Build with VATSIM support per default with hardened vatlib
The hardened vatlib requires to use server type VATSIM (which configures the VATSIM protocol in vatlib) to connect to VATSIM servers. Using any other server type will from now on fail to connect to VATSIM. Since unit tests regularly run tests against the server running on VATGER, this has to be enabled change the default server type to VATSIM by enabling SwiftVatsimSupport.
This commit is contained in:
@@ -7,5 +7,5 @@ VATSIM_CLIENT_ID = "0xb9ba"
|
||||
# VATSIM private key, which belongs to the id above.
|
||||
VATSIM_CLIENT_PRIVATE_KEY = "727d1efd5cb9f8d2c28372469d922bb4"
|
||||
|
||||
# Uncomment the section below to build a version with VATSIM features enabled
|
||||
#BLACK_CONFIG *= SwiftVatsimSupport
|
||||
# Comment the section below to build a version without VATSIM features enabled
|
||||
BLACK_CONFIG *= SwiftVatsimSupport
|
||||
|
||||
Reference in New Issue
Block a user