Only check for glfw dep if mangoapp

pull/629/head
FlightlessMango 3 years ago
parent e0fe8b6930
commit 67a4918439

@ -305,7 +305,9 @@ else
windows_deps = null_dep
endif
glfw3_dep = dependency('glfw3')
if get_option('mangoapp')
glfw3_dep = dependency('glfw3')
endif
subdir('src')
subdir('data')

Loading…
Cancel
Save