Skip to content

Commit

Permalink
Merge pull request #10011 from orbea/qb-fix
Browse files Browse the repository at this point in the history
qb: Don't set cc_works in test_compiler.
  • Loading branch information
inactive123 authored Jan 15, 2020
2 parents 1af0ede + dd2c9c9 commit fca5af7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qb/qb.comp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ test_compiler ()
$(printf %s "$1") -o "$TEMP_EXE" "$2" >/dev/null 2>&1 || return 1

compiler="${compiler# }"
cc_works=1
return 0
}

Expand Down

0 comments on commit fca5af7

Please sign in to comment.