Skip to content

Commit

Permalink
helix builds with gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Jan 11, 2025
1 parent ae9fb99 commit fee0d86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build/helix/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# http://www.illumos.org/license/CDDL.
# }}}

# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

Expand All @@ -25,9 +25,6 @@ DESC="A kakoune / neovim inspired editor, written in Rust."
OPREFIX=$PREFIX
PREFIX+="/$PROG"

# does not yet build with gcc 14
((GCCVER > 13)) && set_gccver 13

set_arch 64

XFORM_ARGS="
Expand Down

0 comments on commit fee0d86

Please sign in to comment.