Skip to content

Commit 51602dd

Browse files
authored
Merge pull request #1398 from hadfl/popt
popt: fix build for r151038
2 parents e4a6116 + bbcca7d commit 51602dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/popt/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PKG=ooce/library/popt
2222
SUMMARY="$PROG"
2323
DESC="$PROG - command line option parsing library"
2424

25-
set_clangver
25+
test_relver '>=' 151046 && set_clangver
2626

2727
TESTSUITE_FILTER='^[A-Z#][A-Z ]'
2828

0 commit comments

Comments
 (0)