Last change
on this file was 109078, checked in by vboxsync, 2 weeks ago |
libs/libslirp-4.9.0: Make it build on Linux, bugref:10268
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
760 bytes
|
Line | |
---|
1 | option('version_suffix', type: 'string', value: '',
|
---|
2 | description: 'Suffix to append to SLIRP_VERSION_STRING')
|
---|
3 |
|
---|
4 | option('oss-fuzz', type : 'boolean', value : 'false',
|
---|
5 | description : 'build against oss-fuzz')
|
---|
6 |
|
---|
7 | option('llvm-fuzz', type : 'boolean', value : 'false',
|
---|
8 | description : 'build against LLVM libFuzzer')
|
---|
9 |
|
---|
10 | option('fuzz-reproduce', type : 'boolean', value : 'false',
|
---|
11 | description : 'build a standalone executable to reproduce fuzz cases')
|
---|
12 |
|
---|
13 | option('static', type : 'boolean', value : 'false',
|
---|
14 | description : 'build static binary, only for debugging, otherwise rather use --default-library static')
|
---|
15 |
|
---|
16 | option('target_winver', type : 'string', value: '',
|
---|
17 | description : 'Target Windows version (default is Windows 7/0x0601)')
|
---|
Note:
See
TracBrowser
for help on using the repository browser.