Skip to content
Snippets Groups Projects
Commit f8b9beb2 authored by Andrew Woloszyn's avatar Andrew Woloszyn
Browse files

Allow spirv-tools and glslang to live elsewhere.

This allows both spirv-tools and glslang to live in separate source
directories when being invoked with ndk-build.

ndk-build THIRD_PARTY_PATH=foo  specifies that foo/glslang and
foo/spirv-tools exist.

ndk-build SPVTOOLS_LOCAL_PATH=/some/absolute/path specifies that glslang
exists in third_party/glslang but spirv-tools exists at
/some/absolute/path.

ndk-build GLSLANG_LOCAL_PATH=/some/absolute/path is the same but for
glslang.
parent 414795cb
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment