Skip to content

Commit

Permalink
allow building with ft
Browse files Browse the repository at this point in the history
  • Loading branch information
vddCore committed May 12, 2024
1 parent 80d2db6 commit 05c4774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dependencies/build_natives
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ fi
for argument in "$@"
do
case $argument in
--with-ft)
SKIP_FT=0
;;
--clean-artifacts)
rm -rf $ARTIFACT_DIR
;;
Expand Down

0 comments on commit 05c4774

Please sign in to comment.