Skip to content

Commit

Permalink
Booleano
Browse files Browse the repository at this point in the history
  • Loading branch information
dbr committed Nov 10, 2021
1 parent e1ac6ac commit 8a6d321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn main() -> std::io::Result<()> {
// Feature flags - no extra dependencies, so these are queried as
// env-vars to avoid recompilation of build.rs
let docking_enabled = std::env::var_os("CARGO_FEATURE_DOCKING").is_some();
let wasm_enabled = std::env::var_os("CARGO_FEATURE_WASM").is_none();
let wasm_enabled = std::env::var_os("CARGO_FEATURE_WASM").is_some();

let cimgui_dir = if docking_enabled {
manifest_dir.join("third-party/imgui-docking")
Expand Down

0 comments on commit 8a6d321

Please sign in to comment.