Skip to content

Commit

Permalink
added missing linked lib for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Aug 4, 2020
1 parent 4d13ee6 commit 7061670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org.eclipse.fx.drift.native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def configureLinker(targetMachine, linkTask) {
linkTask.linkerArgs.add("gdi32.lib")
} else if (targetMachine.operatingSystemFamily.linux) {
linkTask.linkerArgs.add('-lX11')
linkTask.linkerArgs.add('-lGLX')
} else if (targetMachine.operatingSystemFamily.macOs) {

linkTask.linkerArgs.addAll('-install_name', '@rpath/libdriftfx.dylib')
Expand Down

0 comments on commit 7061670

Please sign in to comment.