tup: use vendored vulkan headers;

This commit is contained in:
bjorn 2022-12-30 22:04:27 -08:00
parent fe353ea243
commit 4a25b22c4a
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ cflags = {
'-Ietc',
'-Isrc',
'-Isrc/modules',
'-Isrc/lib/stdatomic'
'-Isrc/lib/stdatomic',
'-Ideps/vulkan-headers/include'
}
bin = target == 'android' and 'bin/apk/lib/arm64-v8a' or 'bin'