mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-01-27 11:35:17 +00:00
Fix Build on Linux (again)
- fix PATHLIBS variable in sdkset.mk for case-sensitive filesystems
This commit is contained in:
parent
aafc2a508f
commit
b347449032
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ all: LIBS +=_platform_new _wlan _p2p _wps _websocket _sdcard _xmodem _mdns
|
|||
mp: LIBS +=_platform_new _wlan_mp _wps _p2p _websocket _sdcard _xmodem _mdns
|
||||
endif
|
||||
# m c nosys gcc
|
||||
PATHLIBS = sdk/component/soc/realtek/8195a/misc/bsp/lib/common/gcc
|
||||
PATHLIBS = sdk/component/soc/realtek/8195a/misc/bsp/lib/common/GCC
|
||||
LDFILE = rlx8195A-symbol-v04-img2.ld
|
||||
BOOTS = sdk/component/soc/realtek/8195a/misc/bsp/image
|
||||
|
||||
|
|
Loading…
Reference in a new issue