Skip to content

Commit

Permalink
REBASE fix bad typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Aug 21, 2022
1 parent 2ecd9f7 commit d53b496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisupport/Build/apisupport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ feature() {
"$PLATFORM" "$FEATURE" 1>&2
for API_CFLAGS in "$@"; do
if ${CC} ${CFLAGS} ${CFLAGS_HARDCODED} ${API_CFLAGS} \
"${feature_filename}" ${LADD_EXTRA} ${EXTRALIB} \
"${feature_filename}" ${LDADD_EXTRA} ${EXTRALIB} \
; then
#2>/dev/null; then
rm -f a.out
Expand Down

0 comments on commit d53b496

Please sign in to comment.