diff options
Diffstat (limited to 'data/flex/make.sh')
-rw-r--r-- | data/flex/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/flex/make.sh b/data/flex/make.sh index f4139bd6a..67a993dee 100644 --- a/data/flex/make.sh +++ b/data/flex/make.sh @@ -1,4 +1,4 @@ pkg:setup pkg:configure ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes -pkg:make +make -j8 pkg:install |