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

Fix include dir.

parent 8f5823cc
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'), 'gxml', 'gxml'),
    join_paths(get_option('includedir'), 'commonmark', 'commonmark'),
    vapidir,
    get_option('introspection')
  ])