mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 18:29:00 +08:00
Fix typo in BUILDING.md (#785)
DRACO_TRANCODER_SUPPORTED -> DRACO_TRANSCODER_SUPPORTED
This commit is contained in:
parent
e76341f441
commit
1a64bb2712
@ -81,7 +81,7 @@ In order to build the `draco_transcoder` target, the transcoding support needs
|
||||
to be explicitly enabled when you run `cmake`, for example:
|
||||
|
||||
~~~~~ bash
|
||||
$ cmake ../ -DDRACO_TRANCODER_SUPPORTED=ON
|
||||
$ cmake ../ -DDRACO_TRANSCODER_SUPPORTED=ON
|
||||
~~~~~
|
||||
|
||||
The above option is currently not compatible with our Javascript or WebAssembly
|
||||
|
Loading…
x
Reference in New Issue
Block a user