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
beetle-pce-libretro
Commits
394fb506
Commit
394fb506
authored
Oct 07, 2020
by
Libretro-Admin
Browse files
Add incflags
parent
6a2b90f0
Pipeline
#582
failed with stages
in 1 minute and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
394fb506
...
...
@@ -187,10 +187,10 @@ ifeq ($(HAVE_CHD), 1)
ifneq
($(STATIC_LINKING), 1)
ifeq
($(SYSTEM_ZLIB), 1)
INCFLAGS
+=
$(
shell
pkg-config
--cflags
zlib
)
INCFLAGS
+=
-I
$(LIBRETRO_COMM_DIR)
/include/compat
LIBS
+=
$(
shell
pkg-config
--libs
zlib
)
else
INCFLAGS
+=
$(ZLIB_INCFLAGS)
INCFLAGS
+=
-I
$(LIBRETRO_COMM_DIR)
/include/compat
SOURCES_C
+=
$(ZLIB_SOURCES_C)
endif
endif
...
...
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