12 lines
175 B
Diff
12 lines
175 B
Diff
|
--- app/meson.build
|
||
|
+++ app/meson.build
|
||
|
@@ -19,7 +20,7 @@ src = [
|
||
|
'src/tinyxpm.c',
|
||
|
]
|
||
|
|
||
|
-if not meson.is_cross_build()
|
||
|
+if true
|
||
|
|
||
|
# native build
|
||
|
dependencies = [
|