Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-chailove
Commits
ed12bf6a
Unverified
Commit
ed12bf6a
authored
Jun 22, 2020
by
RobLoach
Committed by
GitHub
Jun 22, 2020
Browse files
Merge pull request #390 from libretro/md5
Fix missing MD5
parents
2fda102c
5000fc8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
ed12bf6a
...
...
@@ -20,6 +20,7 @@ FLAGS += -I$(CORE_DIR)/vendor/libretro-common/include
# Only compile libretro-common when not STATIC_LINKING
ifneq
($(STATIC_LINKING), 1)
SOURCES_C
+=
$(
wildcard
\
$(CORE_DIR)
/vendor/libretro-common/utils/md5.c
\
$(CORE_DIR)
/vendor/libretro-common/audio/audio_mix.c
\
$(CORE_DIR)
/vendor/libretro-common/audio/audio_mixer.c
\
$(CORE_DIR)
/vendor/libretro-common/audio/conversion/
*
.c
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment