mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Leave wchar off
This commit is contained in:
@@ -283,7 +283,7 @@ $(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked
|
|||||||
$(UCLIBC_DIR)/Config
|
$(UCLIBC_DIR)/Config
|
||||||
perl -i -p -e 's,^DEVEL_TOOL_PREFIX.*,DEVEL_TOOL_PREFIX=$(STAGING_DIR)/usr,g' \
|
perl -i -p -e 's,^DEVEL_TOOL_PREFIX.*,DEVEL_TOOL_PREFIX=$(STAGING_DIR)/usr,g' \
|
||||||
$(UCLIBC_DIR)/Config
|
$(UCLIBC_DIR)/Config
|
||||||
perl -i -p -e 's,^HAS_WCHAR.*,HAS_WCHAR=true,g' $(UCLIBC_DIR)/Config
|
perl -i -p -e 's,^HAS_WCHAR.*,HAS_WCHAR=false,g' $(UCLIBC_DIR)/Config
|
||||||
# Note that since the target compiler does not yet exist, we will not
|
# Note that since the target compiler does not yet exist, we will not
|
||||||
# be able to properly generate include/bits/syscall.h so we will need
|
# be able to properly generate include/bits/syscall.h so we will need
|
||||||
# to run part again later...
|
# to run part again later...
|
||||||
|
|||||||
Reference in New Issue
Block a user