mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Rename externals environmental variable to SWIFT_EXTERNALS_DIR
This commit is contained in:
committed by
Mathew Sutcliffe
parent
bb602fce62
commit
de87399080
@@ -100,7 +100,7 @@ include(defines.pri)
|
||||
# EXTERNALSROOT = /path/to/externals
|
||||
|
||||
isEmpty(EXTERNALSROOT) {
|
||||
EXTERNALSROOT = $$(VATSIM_EXTERNAL_DIR)
|
||||
EXTERNALSROOT = $$(SWIFT_EXTERNALS_DIR)
|
||||
}
|
||||
|
||||
isEmpty(EXTERNALSROOT) {
|
||||
@@ -108,7 +108,7 @@ isEmpty(EXTERNALSROOT) {
|
||||
}
|
||||
|
||||
!exists("$$EXTERNALSROOT/common/include"):in_full_qmake {
|
||||
error("Could not find externals in $$EXTERNALSROOT. Please install it!")
|
||||
error("Could not find externals in $${EXTERNALSROOT}. Please install them!")
|
||||
}
|
||||
|
||||
################################
|
||||
|
||||
Reference in New Issue
Block a user