Skip to content

Commit

Permalink
This no longer needs to be conditional, everything is on 1.26 ;).
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Sep 27, 2024
1 parent f73d21b commit 2324737
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gen-tc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ Build_CT-NG() {
unset CFLAGS CXXFLAGS LDFLAGS
ct-ng "${tc_target}"
ct-ng oldconfig
# That requires the 1.24 branch, so, don't do it on 1.23
[ ! -f "${BUILD_ROOT}/CT-NG/steps.mk" ] && ct-ng upgradeconfig
ct-ng upgradeconfig
ct-ng updatetools
nice ct-ng build
echo ""
Expand Down

0 comments on commit 2324737

Please sign in to comment.