diff options
author | Sam Bingner <sam@bingner.com> | 2018-08-15 15:04:34 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-08-15 15:04:34 -1000 |
commit | a412d1a7485726bdd7073979c73b89455640166a (patch) | |
tree | acba7707d052183a689a116389c384cbad05d38e /data/flex/make.sh | |
parent | 60c95d0b5a46f2412fd3424174810d42354af30a (diff) |
Update flex to 2.6.4
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 |