External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
243B

  1. diff --git a/wscript b/wscript
  2. index 4e8ebde..41e784c 100644
  3. --- a/wscript
  4. +++ b/wscript
  5. @@ -231,7 +231,6 @@ def build(bld):
  6. if bld.env.DOCS:
  7. bld.recurse('doc/c')
  8. - bld.add_post_fun(autowaf.run_ldconfig)
  9. def test(tst):