4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 02:51:33 +08:00

Merge pull request #3430 from DavidLin1577/patch-3

Fixed typo 'rthread' in help infomation
This commit is contained in:
Bernard Xiong 2020-03-06 22:51:24 +08:00 committed by GitHub
commit 9d9432eb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ if GetDepend('RT_USING_MODULE'):
dest='def',
action='store_true',
default=False,
help='create rthread.def of rtthread.dll on windows')
help='create rtthread.def of rtthread.dll on windows')
if GetOption('def'):
if rtconfig.PLATFORM == 'mingw':
env['LINKFLAGS'] = rtconfig.DEFFILE_LFLAGS