makefile: fix x64

This commit is contained in:
bnnm 2023-02-09 21:22:27 +01:00
parent d1d8fef017
commit 1406fcf031

View File

@ -13,7 +13,7 @@
# patterns match ($@ = target, $< = dependency, for others substitute)
%.dll.a:
$(DLLTOOL) -D $(DLL_DIR)/$(patsubst %.dll.a,%.dll,$@) -d $(DLL_DIR)/$(patsubst %.dll.a,%.def,$@) -l $(DLL_DIR)/$@
$(DLLTOOL) -D $(DLL_DIR)/$(patsubst %.dll.a,%.dll,$@) -d $(patsubst %.dll.a,%.def,$@) -l $(DLL_DIR)/$@
clean:
$(RMF) $(DLL_DIR)/*.dll.a