repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove gcc for MacOS in conan.yml
[liba.git]
/
meson_options.txt
blob
176cba18ea8b1805f1ddebdcca20b41a77015d4d
1
option('float',
2
type: 'combo',
3
choices: ['4', '8', '16'],
4
value: '8')
5
6
option('math',
7
type: 'string',
8
value: '')
9
10
option('java',
11
type: 'string',
12
value: '')
13
14
option('lua',
15
type: 'string',
16
value: '')
17
18
option('python',
19
type: 'boolean',
20
value: false)
21
22
option('quickjs',
23
type: 'string',
24
value: '')
25
26
option('rust',
27
type: 'boolean',
28
value: false)