Skip to content

Commit 3873a9a

Browse files
committed
build/meson: support full source bootstrap
available on both native and cross environments.
1 parent f2aead8 commit 3873a9a

File tree

2 files changed

+266
-151
lines changed

2 files changed

+266
-151
lines changed

libunicode.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929

3030
#include "cutils.h"
3131
#include "libunicode.h"
32+
#if __has_include(<codegen_libunicode-table.h>)
33+
#include <codegen_libunicode-table.h>
34+
#else
3235
#include "libunicode-table.h"
36+
#endif
3337

3438
// note: stored as 4 bit tag, not much room left
3539
enum {

0 commit comments

Comments
 (0)