mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 14:10:11 +01:00
ref_vk: force disable on android for now
This commit is contained in:
parent
22eec42a60
commit
ef1f88005f
@ -17,6 +17,10 @@ def configure(conf):
|
||||
if conf.options.DEDICATED:
|
||||
return
|
||||
|
||||
# Vulkan is not supported on Android yet for CI reasons: requres NDK>12, glslc lookup etc.
|
||||
if conf.env.DEST_OS == 'android':
|
||||
return
|
||||
|
||||
conf.load('glslc')
|
||||
conf.define('REF_DLL', 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user