aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/build_g3d.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/build_g3d.lua')
-rwxr-xr-xsrc/others/build_g3d.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/others/build_g3d.lua b/src/others/build_g3d.lua
index 4c0c875..96aae61 100755
--- a/src/others/build_g3d.lua
+++ b/src/others/build_g3d.lua
@@ -15,5 +15,5 @@ end
15 15
16runCommand('libg3d', 'mimesh/libg3d-0.0.8', 'make clean') 16runCommand('libg3d', 'mimesh/libg3d-0.0.8', 'make clean')
17runCommand(nil, 'mimesh/libg3d-0.0.8', './configure && make') 17runCommand(nil, 'mimesh/libg3d-0.0.8', './configure && make')
18runCommand('g3dviewer', 'mimesh/g3dviewer-0.2.99.4', './configure && make') 18runCommand('g3dviewer', 'mimesh/g3dviewer-0.2.99.4', 'make clean')
19runCommand(nil, 'mimesh/g3dviewer-0.2.99.4', 'make clean') 19runCommand(nil, 'mimesh/g3dviewer-0.2.99.4', './configure && make')