mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-23 22:41:05 +01:00
makefile: fix x64
This commit is contained in:
parent
d1d8fef017
commit
1406fcf031
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user