Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bilam committed Oct 29, 2024
1 parent 2faa46d commit d7ecc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makemsvc/jdll/makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ OBJS_SIMDUTF8= \
DEF= ../../dllsrc/jdll.def
RCS= ../../dllsrc/jdll.rc

!ifndef LD
# !ifndef LD
LD=lld-link
!endif
# !endif

.c.o:
$(CC) $(CFLAGS) $(CFLAGS1) /Fo$@ /c $<
Expand Down

0 comments on commit d7ecc7f

Please sign in to comment.