Skip to content

Commit

Permalink
fix: #29 fix order of linked libs to satisfy lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atennert committed Dec 25, 2023
1 parent 0874aa6 commit 16664e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
23.2
* update kotlin version to 1.9.22
* fix linked library order for library dependencies

23.1
* update kotlin version to 1.8.10
Expand Down
2 changes: 1 addition & 1 deletion src/nativeInterop/cinterop/xlib.def
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ compilerOpts = -I/usr/include \
-I/usr/include/harfbuzz \
-I/usr/include/freetype2 \
-I/usr/include/libxml2
linkerOpts = -L/usr/lib -L/usr/lib64 -L/usr/lib/x86_64-linux-gnu -lX11 -lXpm -lXrandr -lglib-2.0 -lpango-1.0 -lpangoxft-1.0 -lXft -lxml2
linkerOpts = -L/usr/lib -L/usr/lib64 -L/usr/lib/x86_64-linux-gnu -lX11 -lglib-2.0 -lXpm -lXrandr -lpango-1.0 -lpangoxft-1.0 -lXft -lxml2

0 comments on commit 16664e6

Please sign in to comment.