Fix basis_universal to not include tool main file.
Avoid build error due to duplicate `main` symbol definition.
This commit is contained in:
parent
bd04ede5ad
commit
87d50da9fc
3 changed files with 1 additions and 1550 deletions
|
@ -22,7 +22,6 @@ tool_sources = [
|
|||
"basisu_resample_filters.cpp",
|
||||
"basisu_resampler.cpp",
|
||||
"basisu_ssim.cpp",
|
||||
"basisu_tool.cpp",
|
||||
"lodepng.cpp",
|
||||
]
|
||||
tool_sources = [thirdparty_dir + file for file in tool_sources]
|
||||
|
|
2
thirdparty/README.md
vendored
2
thirdparty/README.md
vendored
|
@ -32,7 +32,7 @@ Files extracted from upstream source:
|
|||
|
||||
Files extracted from upstream source:
|
||||
|
||||
- `.cpp` and `.h` files in root folder
|
||||
- `.cpp` and `.h` files in root folder except for `basisu_tool.cpp` (contains `main` and can cause link error)
|
||||
- `.cpp`, `.h` and `.inc` files in `transcoder/`, keeping folder structure
|
||||
- `LICENSE`
|
||||
|
||||
|
|
1548
thirdparty/basis_universal/basisu_tool.cpp
vendored
1548
thirdparty/basis_universal/basisu_tool.cpp
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue