mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 02:24:16 +01:00
prevent .a rule from devkitPPC/base_rules taking priority (macOS make 3.81)
This commit is contained in:
parent
b895e7b56d
commit
ed2482cad4
5
Makefile
5
Makefile
@ -137,8 +137,11 @@ lib/libwutd.a : lib debug $(SOURCES) $(INCLUDES)
|
||||
--no-print-directory -C debug \
|
||||
-f $(CURDIR)/Makefile
|
||||
|
||||
# Cancel .a rule from devkitPPC/base_rules
|
||||
%.a:
|
||||
|
||||
# temp: Deprecation stub for directly linking cafe libs (all in libwut)
|
||||
lib/stubs/lib%.a: | lib/stubs release
|
||||
lib/stubs/lib%.a: | lib/stubs
|
||||
@echo stub $(notdir $*)
|
||||
@$(AR) -rc $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user