From 38f6aa7f5401d8322daa0b978df10d5fda2a613e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 27 Dec 2020 20:26:32 +0300 Subject: experimental: add initial cross-compilation support --- core/flex/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/flex/build') diff --git a/core/flex/build b/core/flex/build index c0aa1260..e0305c7c 100755 --- a/core/flex/build +++ b/core/flex/build @@ -1,8 +1,6 @@ #!/bin/sh -e -./configure \ - --prefix=/usr \ - --disable-static \ +cpt-configure \ --enable-shared \ ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_realloc_0_nonnull=yes -- cgit v1.2.3