From aa225f7c3ad3f087d3662c30fcf7cf72d354cdbf Mon Sep 17 00:00:00 2001 From: Clement Sibille Date: Mon, 10 Jun 2024 12:52:20 +0900 Subject: Revert "Setup cross-compilation for playdate" This reverts commit 4c88f44d42c5aace3264bfc656ae656b6b3e7373. --- meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 379d8f1..3ce9711 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,4 @@ -project('lisiblepng', 'c', default_options: ['c_std=c18', 'warning_level=3', 'default_library=static'], version: '0.2.0') +project('lisiblepng', 'c', default_options: ['c_std=c18', 'warning_level=3'], version: '0.2.0') subdir('lisiblepng') - -if not meson.is_cross_build() subdir('lisiblepng-bin') -endif -- cgit v1.2.3