Skip to content

Commit

Permalink
flymake: add ubuntu multi-arch includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraveiro committed May 4, 2013
1 parent b788cb3 commit 0f2dfd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lisp/other/utils/flymake-settings.el
Expand Up @@ -77,6 +77,7 @@ makes)."
"/dev/null"
"-fsyntax-only"
"-Wall"
"-isystem/usr/include/i386-linux-gnu"
"-isystem/usr/include/libxml2"
"-isystem/usr/include/sigc++-2.0"
"-isystem/usr/lib/x86_64-linux-gnu/sigc++-2.0/include"
Expand All @@ -96,6 +97,9 @@ makes)."
"-isystem/usr/include/gdk-pixbuf-2.0"
"-isystem/usr/include/cairomm-1.0/"
"-isystem/usr/lib/cairomm-1.0/"
"-isystem/usr/include/libxml2"
"-isystem/usr/include/gtkmm-2.4"
"-isystem/usr/include/glibmm-2.4"
"-std=c++11"
(concat "-I" (file-truename "~/Development/kitanda/dogen/projects/dia/include"))
(concat "-I" (file-truename "~/Development/kitanda/dogen/projects/sml/include"))
Expand Down
Binary file modified lisp/other/utils/flymake-settings.elc
Binary file not shown.

0 comments on commit 0f2dfd7

Please sign in to comment.