Skip to content

Commit

Permalink
Load cimgui.so from working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Jan 24, 2024
1 parent ba97208 commit 9733607
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ ImGuiSupport loadImGui()
];
}
else version(Posix) {
const(char)[][1] libNames = [
"cimgui.so"
const(char)[][2] libNames = [
"cimgui.so",
"./cimgui.so"
];
}
else static assert(0, "bindbc-ImGui is not yet supported on this platform.");
Expand Down

0 comments on commit 9733607

Please sign in to comment.