Skip to content

Commit

Permalink
Added support for loading both DOtherSide version 9 or 8
Browse files Browse the repository at this point in the history
  • Loading branch information
filcuc committed Aug 11, 2022
1 parent bb75e55 commit 8f3ae7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nimqml.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.9.1"
version = "0.9.2"
author = "Filippo Cucchetto"
description = "QML bindings for Nim"
license = "LGPLv3"
Expand Down
2 changes: 1 addition & 1 deletion src/nimqml/private/dotherside.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const dynLibName =
of "macosx":
"libDOtherSide.dylib"
else:
"libDOtherSide.so.0.8"
"libDOtherSide.so.0.(9|8)"

type
NimQObject = pointer
Expand Down

0 comments on commit 8f3ae7a

Please sign in to comment.