mirror of https://github.com/RT-Thread/rt-thread
bsp/simulator: fix issues for Visual Studio project generator (#10251)
This commit is contained in:
parent
0dd8eb090c
commit
f0609c1b06
|
@ -148,3 +148,5 @@ elif PLATFORM == 'cl':
|
|||
LPATH = ''
|
||||
|
||||
POST_ACTION = ''
|
||||
|
||||
DEVICE = ''
|
||||
|
|
Loading…
Reference in New Issue