Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #578 from ficristo/linux-fix
Browse files Browse the repository at this point in the history
Add missing include and fix path libcef.so
  • Loading branch information
ficristo committed Sep 15, 2016
2 parents a4ab798 + 4579bc3 commit 201af6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appshell.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
],
'link_settings': {
'ldflags': [
'-Wl,-rpath,\$$ORIGIN/lib',
'-Wl,-rpath,\$$ORIGIN/',
'<(march)'
],
'libraries': [
Expand Down
4 changes: 4 additions & 0 deletions appshell/appshell_extensions_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@

#include "config.h"

#ifdef OS_LINUX
#include <gtk/gtk.h>
#endif

// Extension error codes. These MUST be in sync with the error
// codes in appshell_extensions.js
#if !defined(OS_WIN) // NO_ERROR is defined on windows
Expand Down

0 comments on commit 201af6b

Please sign in to comment.