Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix tinygltf build
  • Loading branch information
bdero committed Dec 3, 2022
commit 2c56471ff87b77d4f3bfbbef1a5c9a4b1104b766
4 changes: 4 additions & 0 deletions build/secondary/third_party/tinygltf/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ source_root = "//third_party/tinygltf"
source_set("tinygltf") {
public = [ "$source_root/tiny_gltf.h" ]

if (is_clang) {
cflags_cc = [ "-Wno-sign-compare" ]
}

include_dirs = [
"$source_root",
"$source_root/third_party/include",
Expand Down