Skip to content

Commit 6b8e903

Browse files
committed
Pass $CONFIGURE_OPTS to ./configure
1 parent b08d735 commit 6b8e903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ build_package() {
108108
build_package_standard() {
109109
local package_name="$1"
110110

111-
{ ./configure --prefix="$PREFIX_PATH"
111+
{ ./configure --prefix="$PREFIX_PATH" $CONFIGURE_OPTS
112112
make -j 2
113113
make install
114114
} >&4 2>&1

0 commit comments

Comments
 (0)