Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lua5.3
diff options
context:
space:
mode:
authorUnrud <unrud@outlook.com>2020-06-16 01:32:59 +0300
committerPatrick <tingping@tingping.se>2020-06-16 23:41:32 +0300
commitdf8e2d7338cd0dc8f7de94f9686525c3c601857b (patch)
tree77d0bb9983fbd3c39d3e1a4f2575d6546d3b2299 /lua5.3
parent76ffe28ab02dc78531fa3d2063b64ae8a7439896 (diff)
lua5.3: Parallel make
Diffstat (limited to 'lua5.3')
-rw-r--r--lua5.3/lua-5.3.5.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua5.3/lua-5.3.5.json b/lua5.3/lua-5.3.5.json
index e580dcd..ff6e6ae 100644
--- a/lua5.3/lua-5.3.5.json
+++ b/lua5.3/lua-5.3.5.json
@@ -2,7 +2,7 @@
"name": "lua-5.3",
"buildsystem": "simple",
"build-commands": [
- "make CFLAGS=\"$CFLAGS -fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1 -DLUA_USE_DLOPEN\" linux",
+ "make -j $FLATPAK_BUILDER_N_JOBS CFLAGS=\"$CFLAGS -fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1 -DLUA_USE_DLOPEN\" linux",
"make TO_LIB=liblua.so.5.3.5 INSTALL_TOP=$FLATPAK_DEST install",
"ln -sf liblua.so.5.3.5 $FLATPAK_DEST/lib/liblua.so",
"ln -sf liblua.so.5.3.5 $FLATPAK_DEST/lib/liblua.so.5.3",