We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbdd933 + 4f32a54 commit b39e177Copy full SHA for b39e177
Makefile
@@ -229,7 +229,7 @@ CFLAGS-$(target)=\
229
--sysroot=$$(SDK_ROOT-$(target)) \
230
$$(CFLAGS-$(os))
231
LDFLAGS-$(target)=\
232
- --sysroot=$$(SDK_ROOT-$(target)) \
+ -isysroot $$(SDK_ROOT-$(target)) \
233
234
235
###########################################################################
0 commit comments