From a1aa8515d7061b592f60a41ab3a2b6be98d26a8e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 19 Jan 2025 19:17:29 +0000 Subject: Mac OS nightly builds are relocatable now * This means you should be able to install them into non-root directories. E.g.: sudo installer -pkg sciteco-curses_nightly_macos_x86_64.pkg -target test-installation --- .github/workflows/nightly.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0654e0d..c23cec4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -110,9 +110,12 @@ jobs: #PKG_CONFIG_PATH: /usr/local/opt/ncurses/lib/pkgconfig # NOTE: This will not result in a fully statically-linked binary, # but the more we get rid off, the better. + # NOTE: Making the binary relocatable means it can be installed into non-root directories + # with `installer -pkg -target`. run: | autoreconf -i - ./configure --with-interface=ncurses --enable-static-executables --enable-html-manual + ./configure --with-interface=ncurses --enable-static-executables --enable-html-manual \ + --with-scitecodatadir=../share/sciteco - name: make run: make -j 2 -- cgit v1.2.3