From 05c4774f896ebfb8be10deb63ac2570c5e465880 Mon Sep 17 00:00:00 2001 From: vddCore Date: Sun, 12 May 2024 08:59:45 +0200 Subject: [PATCH] allow building with ft --- Dependencies/build_natives | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dependencies/build_natives b/Dependencies/build_natives index a16b32f..e6c9920 100755 --- a/Dependencies/build_natives +++ b/Dependencies/build_natives @@ -36,6 +36,9 @@ fi for argument in "$@" do case $argument in + --with-ft) + SKIP_FT=0 + ;; --clean-artifacts) rm -rf $ARTIFACT_DIR ;;