Skip to content

Commit b21f27d

Browse files
committed
No install prefix due to
jordansissel/fpm#1996
1 parent cad09d7 commit b21f27d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

script/package.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ def package_macos() -> None:
8080
__version__,
8181
"-C",
8282
str(BUILD_DIR),
83-
"--prefix",
84-
INSTALL_PREFIX,
83+
# https://github.com/jordansissel/fpm/issues/1996
84+
# "--prefix",
85+
# INSTALL_PREFIX,
8586
"--description",
8687
DESCRIPTION,
8788
"--maintainer",

0 commit comments

Comments
 (0)