1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

meson: disable CSRI on non-windows for now

This commit is contained in:
Ryan 2021-01-30 09:04:22 -05:00
parent 1ac52a24d6
commit e186fa4627

View File

@ -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')