mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Add missing library dependency for P3D plugin
Summary: There were a couple of unresolved symbols when building swift with 64 bit MSVC. Those are resolved by linking against Advapi32. Reviewers: #swift_pilot_client, msutcliffe Reviewed By: #swift_pilot_client, msutcliffe Subscribers: jenkins Differential Revision: https://dev.swift-project.org/D37
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c39b8cd7fd
commit
3481949a46
@@ -26,6 +26,7 @@ equals(WORD_SIZE,32) {
|
||||
LIBS += -lsimulatorfscommon -lsimulatorfsxcommon -lfsuipc
|
||||
equals(WORD_SIZE,64) {
|
||||
LIBS *= -L$$EXTERNALS_LIB_DIR/P3D-v4
|
||||
LIBS *= -lAdvapi32
|
||||
CONFIG(debug, debug|release): LIBS *= -lSimConnectDebug
|
||||
else: LIBS *= -lSimConnect
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user