Skip to content

Commit

Permalink
fix stdc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Jun 16, 2024
1 parent 96a24bd commit a1a1696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cyclone/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm" ## follows `libck` blacklist

termux_step_pre_configure() {
CFLAGS+=" -std=c89 ${CPPFLAGS}"
CFLAGS+=" ${CPPFLAGS}"
TERMUX_PKG_EXTRA_MAKE_ARGS="PREFIX=${TERMUX_PREFIX}"
}

0 comments on commit a1a1696

Please sign in to comment.