File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,23 @@ add_rules("mode.debug", "mode.releasedbg")
15
15
includes (" xmake-rules.lua" )
16
16
17
17
-- define options
18
- option (" rex_ini" )
18
+ option (" rex_ini" , function ( )
19
19
set_default (false )
20
20
set_description (" Enable ini config support for REX" )
21
21
add_defines (" REX_OPTION_INI=1" )
22
- option_end ( )
22
+ end )
23
23
24
- option (" rex_json" )
24
+ option (" rex_json" , function ( )
25
25
set_default (false )
26
26
set_description (" Enable json config support for REX" )
27
27
add_defines (" REX_OPTION_JSON=1" )
28
- option_end ( )
28
+ end )
29
29
30
- option (" rex_toml" )
30
+ option (" rex_toml" , function ( )
31
31
set_default (false )
32
32
set_description (" Enable toml config support for REX" )
33
33
add_defines (" REX_OPTION_TOML=1" )
34
- option_end ( )
34
+ end )
35
35
36
36
option (" skyrim_ae" , function ()
37
37
set_default (false )
You can’t perform that action at this time.
0 commit comments