mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add sha1_main
This commit is contained in:
parent
2e9c5ba6f9
commit
39ea7deef7
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ endif
|
|||
OBJS += $(CORE_DIR)/djb2.o \
|
||||
$(CORE_DIR)/md5.o \
|
||||
$(CORE_DIR)/sha1.o \
|
||||
$(CORE_DIR)/sha1_main.o \
|
||||
$(CORE_DIR)/crc32.o
|
||||
UTILS += djb2$(DYLIB) md5$(DYLIB) sha1$(DYLIB) crc32$(DYLIB)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue