Meson build now attempts to force local only build and linkage.
This commit is contained in:
parent
57e8774fad
commit
c51d46aeb8
2 changed files with 14 additions and 14 deletions
|
@ -72,6 +72,7 @@ namespace textures {
|
|||
sf::Image texture;
|
||||
bool good = texture.loadFromFile(filename);
|
||||
dbc::check(good, fmt::format("failed to load {}", filename));
|
||||
fmt::println("texture size={}", sizeof(texture));
|
||||
return texture;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue