mirror of https://github.com/odrling/Aegisub
meson: disable CSRI on non-windows for now
This commit is contained in:
parent
1ac52a24d6
commit
e186fa4627
|
@ -304,7 +304,7 @@ endif
|
||||||
|
|
||||||
deps += dep_gl
|
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)
|
conf.set('WITH_CSRI', 1)
|
||||||
|
|
||||||
csri_sp = subproject('csri')
|
csri_sp = subproject('csri')
|
||||||
|
|
Loading…
Reference in New Issue