Skip to content

Commit 1390e67

Browse files
committed
without compress install
1 parent 37af8eb commit 1390e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_emacs_in_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pushd emacs
1212
./autogen.sh
1313

1414
ARGS=""
15-
ARGS+=" --disable-locallisppath"
15+
ARGS+=" --disable-locallisppath --without-compress-install"
1616
ARGS+=" --with-native-compilation=${BUILD_NATIVE_COMP:-aot}"
1717
ARGS+=" --with-json --with-threads --with-sqlite3 --with-tree-sitter"
1818
ARGS+=" --with-dbus --with-xml2 --with-modules --with-libgmp --with-gpm --with-lcms2"

0 commit comments

Comments
 (0)