Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bilam committed Oct 29, 2024
1 parent 4f6903d commit 32d069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makemsvc/jdll/makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ LD=lld-link
$(ML) $(ASMFLAGS) /Fo$@ /c $<

!if "ARM64"=="$(TARGET_CPU)"
TARGET= jarm64.exe
TARGET= jarm64.dll
!elseif "x64"=="$(TARGET_CPU)"
!if "1"=="$(JAVX512)"
TARGET= javx512.dll
Expand Down

0 comments on commit 32d069e

Please sign in to comment.