From 29ee96cc19d8e74e143928cae6a23c3e4c0863c6 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Fri, 23 Jun 2017 14:17:12 +0700 Subject: [PATCH] samples: Correct GTK sample for Linux build --- samples/gtk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/gtk/build.gradle b/samples/gtk/build.gradle index dcbb9fe45b5..6f9523b8a6e 100644 --- a/samples/gtk/build.gradle +++ b/samples/gtk/build.gradle @@ -13,6 +13,6 @@ konanInterop { konanArtifacts { Gtk3Demo { useInterop 'gtk3' - linkerOpts "-L/opt/local/lib -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu -lglib-2.0 -lgdk-3.0 -lgtk-3 -lgio-2.0 -lgobject-2.0" + linkerOpts "-L/opt/local/lib -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu -lglib-2.0 -lgdk-3 -lgtk-3 -lgio-2.0 -lgobject-2.0" } }