Skip to content

Commit

Permalink
Absolute path to library for hardened macos builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Videau committed Aug 27, 2024
1 parent c5170ec commit 76845ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/python/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ LIBEXT = .so
endif

check: FORCE
PYTHONPATH=$(srcdir)/ LIBCCONFIGSPACE_SO_=$(top_builddir)/src/.libs/libcconfigspace$(LIBEXT) python3 -m unittest discover -s $(srcdir)/test/
PYTHONPATH=$(srcdir)/ LIBCCONFIGSPACE_SO_=$(abs_top_builddir)/src/.libs/libcconfigspace$(LIBEXT) python3 -m unittest discover -s $(srcdir)/test/

FORCE:
2 changes: 1 addition & 1 deletion bindings/ruby/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ LIBEXT = .so
endif

check: FORCE
LIBCCONFIGSPACE_SO=$(top_builddir)/src/.libs/libcconfigspace$(LIBEXT) SRC_DIR=$(srcdir) rake -f $(srcdir)/rakefile test
LIBCCONFIGSPACE_SO=$(abs_top_builddir)/src/.libs/libcconfigspace$(LIBEXT) SRC_DIR=$(srcdir) rake -f $(srcdir)/rakefile test

FORCE:

0 comments on commit 76845ae

Please sign in to comment.