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
Lutro
Commits
273300b5
Commit
273300b5
authored
Feb 03, 2021
by
Jean-Andre Santoni
Browse files
Attempt to fix CI
parent
44ee6f42
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
273300b5
...
...
@@ -6,6 +6,10 @@ on:
pull_request
:
branches
:
[
master
]
defaults
:
run
:
shell
:
bash
jobs
:
build_linux
:
runs-on
:
ubuntu-latest
...
...
Makefile.common
View file @
273300b5
...
...
@@ -67,6 +67,7 @@ SOURCES_C += $(CORE_DIR)/libretro-common/formats/png/rpng_decode.c \
ifneq
($(STATIC_LINKING), 1)
SOURCES_C
+=
\
$(CORE_DIR)
/libretro-common/file/file_path.c
\
$(CORE_DIR)
/libretro-common/features/features_cpu.c
\
$(CORE_DIR)
/libretro-common/audio/conversion/float_to_s16.c
\
$(CORE_DIR)
/libretro-common/audio/conversion/s16_to_float.c
\
$(CORE_DIR)
/libretro-common/audio/audio_mix.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