Skip to content

Commit e140850

Browse files
gerstrongjoolswills
authored andcommitted
cgenius - update to v3.0.8 and enable Cosmos engine
1 parent 7efdc0e commit e140850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/ports/cgenius.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rp_module_id="cgenius"
1313
rp_module_desc="Commander Genius - Modern Interpreter for the Commander Keen Games (Vorticon and Galaxy Games)"
1414
rp_module_licence="GPL2 https://raw.githubusercontent.com/gerstrong/Commander-Genius/master/COPYRIGHT"
15-
rp_module_repo="git https://gitlab.com/Dringgstein/Commander-Genius.git v2.7.7"
15+
rp_module_repo="git https://gitlab.com/Dringgstein/Commander-Genius.git v3.0.8"
1616
rp_module_section="exp"
1717

1818
function depends_cgenius() {
@@ -29,7 +29,7 @@ function sources_cgenius() {
2929
}
3030

3131
function build_cgenius() {
32-
cmake -DUSE_SDL2=yes -DCMAKE_INSTALL_PREFIX="$md_inst" -DNOTYPESAVE=on -DUSE_BOOST=no
32+
cmake -DBUILD_COSMOS=1 -DCMAKE_INSTALL_PREFIX="$md_inst" -DNOTYPESAVE=on
3333
make
3434
md_ret_require="$md_build/src/CGeniusExe"
3535
}

0 commit comments

Comments
 (0)