mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:47:09 +08:00
[External] Add the RT_USING_LIBC depend in lodepng.
This commit is contained in:
parent
db5fc259a2
commit
3d9ee80f4a
2
components/external/lodepng/SConscript
vendored
2
components/external/lodepng/SConscript
vendored
@ -7,6 +7,6 @@ lodepng.c
|
||||
|
||||
CPPPATH = [cwd]
|
||||
|
||||
group = DefineGroup('RTGUI', src, depend = ['RT_USING_RTGUI', 'RTGUI_IMAGE_LODEPNG'], CPPPATH = CPPPATH)
|
||||
group = DefineGroup('RTGUI', src, depend = ['RT_USING_RTGUI', 'RTGUI_IMAGE_LODEPNG', 'RT_USING_LIBC'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
Loading…
x
Reference in New Issue
Block a user