Commit a06f3d5c authored by Canek Peláez's avatar Canek Peláez
Browse files

Fix include dir. Again.

parent 4c1d9638
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ libcommonmark = library(
  install : true,
  install_dir : [
    true,
    join_paths(get_option('includedir'), 'commonmark', 'commonmark'),
    join_paths(get_option('includedir'), 'commonmark'),
    vapidir,
    get_option('introspection')
  ])