Skip to content

Commit

Permalink
Fix x11
Browse files Browse the repository at this point in the history
  • Loading branch information
fikovnik committed Nov 13, 2024
1 parent b0abe32 commit 2c75dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-gnur.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function build {
if [[ ! -f Makefile ]]; then
echo "-> configure"
if [ $USING_OSX -eq 1 ]; then
./configure --enable-R-shlib --with-internal-tzcode --with-ICU=no || cat config.log
./configure --enable-R-shlib --with-internal-tzcode --with-ICU=no --with-x=no || cat config.log
else
./configure
fi
Expand Down

0 comments on commit 2c75dba

Please sign in to comment.