Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove explicit '.so' for non-windows
This should let things work on OS X as well.
  • Loading branch information
retupmoca committed Dec 13, 2014
1 parent 0543879 commit 892737f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GTK/Simple.pm6
Expand Up @@ -7,7 +7,7 @@ BEGIN {
$gobjectlib = 'libgobject-2.0-0';
$gliblib = 'libglib-2.0-0';
} else {
$gtklib = 'libgtk-3.so';
$gtklib = 'libgtk-3';
$gobjectlib = 'libgobject-2.0';
$gliblib = 'libglib-2.0';
}
Expand Down

0 comments on commit 892737f

Please sign in to comment.