meson: disable CSRI on non-windows for now
This commit is contained in:
parent
1ac52a24d6
commit
e186fa4627
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ endif
|
|||
|
||||
deps += dep_gl
|
||||
|
||||
if not get_option('csri').disabled()
|
||||
if not get_option('csri').disabled() and host_machine.system() == 'windows'
|
||||
conf.set('WITH_CSRI', 1)
|
||||
|
||||
csri_sp = subproject('csri')
|
||||
|
|
Loading…
Reference in a new issue