mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
utils: xar: fix xar build
This commit is contained in:
@@ -79,7 +79,7 @@ static void FS_CreatePath( char *path )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void usage( const char *arg0 )
|
static void usage( const char *arg0 )
|
||||||
{
|
{
|
||||||
printf( "%s: <action> [option...] <file>\n", arg0 );
|
printf( "%s: <action> [option...] <file>\n", arg0 );
|
||||||
puts( "XAR is a simple frontend to Xash3D FWGS's filesystem_stdio library" );
|
puts( "XAR is a simple frontend to Xash3D FWGS's filesystem_stdio library" );
|
||||||
|
|||||||
1
wscript
1
wscript
@@ -392,6 +392,7 @@ def configure(conf):
|
|||||||
|
|
||||||
conf.env.TESTS = conf.options.TESTS
|
conf.env.TESTS = conf.options.TESTS
|
||||||
conf.env.ENABLE_UTILS = conf.options.ENABLE_UTILS
|
conf.env.ENABLE_UTILS = conf.options.ENABLE_UTILS
|
||||||
|
conf.env.ENABLE_XAR = conf.options.ENABLE_XAR
|
||||||
conf.env.ENABLE_FUZZER = conf.options.ENABLE_FUZZER
|
conf.env.ENABLE_FUZZER = conf.options.ENABLE_FUZZER
|
||||||
conf.env.DEDICATED = conf.options.DEDICATED
|
conf.env.DEDICATED = conf.options.DEDICATED
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user