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 authored and Kerilk committed Aug 29, 2024
1 parent b139f83 commit 3b0cb91
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 3b0cb91

Please sign in to comment.