diff options
Diffstat (limited to 'src/others/build_g3d.lua')
-rwxr-xr-x | src/others/build_g3d.lua | 4 |
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 | ||
16 | runCommand('libg3d', 'mimesh/libg3d-0.0.8', 'make clean') | 16 | runCommand('libg3d', 'mimesh/libg3d-0.0.8', 'make clean') |
17 | runCommand(nil, 'mimesh/libg3d-0.0.8', './configure && make') | 17 | runCommand(nil, 'mimesh/libg3d-0.0.8', './configure && make') |
18 | runCommand('g3dviewer', 'mimesh/g3dviewer-0.2.99.4', './configure && make') | 18 | runCommand('g3dviewer', 'mimesh/g3dviewer-0.2.99.4', 'make clean') |
19 | runCommand(nil, 'mimesh/g3dviewer-0.2.99.4', 'make clean') | 19 | runCommand(nil, 'mimesh/g3dviewer-0.2.99.4', './configure && make') |