mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-31 02:50:26 +08:00
Merge pull request #3876 from xfwangqiang/dev
[BSP][IMXRT]fixed SConstruct file spell error in imxrt1064-nxp-evk
This commit is contained in:
commit
cf442c2c2e
@ -46,10 +46,10 @@ Export('RTT_ROOT')
|
|||||||
Export('rtconfig')
|
Export('rtconfig')
|
||||||
|
|
||||||
SDK_ROOT = os.path.abspath('./')
|
SDK_ROOT = os.path.abspath('./')
|
||||||
if os.path.exists(SDK_ROOT + '/Libraries'):
|
if os.path.exists(SDK_ROOT + '/libraries'):
|
||||||
libraries_path_prefix = SDK_ROOT + '/Libraries'
|
libraries_path_prefix = SDK_ROOT + '/libraries'
|
||||||
else:
|
else:
|
||||||
libraries_path_prefix = os.path.dirname(SDK_ROOT) + '/Libraries'
|
libraries_path_prefix = os.path.dirname(SDK_ROOT) + '/libraries'
|
||||||
|
|
||||||
SDK_LIB = libraries_path_prefix
|
SDK_LIB = libraries_path_prefix
|
||||||
Export('SDK_LIB')
|
Export('SDK_LIB')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user