mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
13 lines
273 B
Diff
13 lines
273 B
Diff
diff --git a/meson.build b/meson.build
|
|
index c16d925..e67cbaf 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -32,6 +32,7 @@
|
|
c_args: [c_args],
|
|
include_directories: yyjson_inc,
|
|
version: meson.project_version(),
|
|
+ native: true,
|
|
)
|
|
|
|
yyjson_dep = declare_dependency(
|