Skip to content

Commit

Permalink
Merge pull request #1975 from ghaerr/owc
Browse files Browse the repository at this point in the history
[watcom] Reinstate auto CI test build of libc.lib
  • Loading branch information
ghaerr authored Aug 22, 2024
2 parents 7995259 + f9c9845 commit dbf4336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions libc/stdio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ OBJS = \

all: $(LIB)

FIXOMF := $(shell which fixomf)

$(LIB): $(LIBOBJS)
$(RM) $@
ifeq "$(COMPILER)" "watcom"
ifdef FIXOMF
fixomf -w dtostr_,ptostr_ vfprintf.obj
endif
endif
$(AR) $(ARFLAGS_SUB) $@ $(LIBOBJS)

Expand Down

0 comments on commit dbf4336

Please sign in to comment.