mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-07 01:55:53 +08:00
Two fixes for linux-g++
* Added missing typename in TimestampObjectList * Renamed blacksim.a to libblacksim.a in cli_client's qmake
This commit is contained in:
committed by
Klaus Basan
parent
3560508154
commit
aee2b2495f
@@ -21,7 +21,7 @@ win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib \
|
||||
../../lib/blacksim.lib
|
||||
else: PRE_TARGETDEPS += ../../lib/libblackmisc.a \
|
||||
../../lib/libblackcore.a \
|
||||
../../lib/blacksim.a
|
||||
../../lib/libblacksim.a
|
||||
|
||||
DESTDIR = ../../bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user