mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-18 09:47:27 +08:00
[LIBC] mv pthreads/libdl to libc and rename dfs_lwip to dfs_net
This commit is contained in:
@@ -17,4 +17,7 @@ else:
|
||||
if rtconfig.PLATFORM == 'gcc' and rtconfig.ARCH != 'sim':
|
||||
objs = objs + SConscript('minilibc/SConscript')
|
||||
|
||||
objs = objs + SConscript('pthreads/SConscript')
|
||||
objs = objs + SConscript('libdl/SConscript')
|
||||
|
||||
Return('objs')
|
||||
|
Reference in New Issue
Block a user