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
8f7860ce
Commit
8f7860ce
authored
Oct 07, 2020
by
Libretro-Admin
Browse files
Cleanups
parent
6bb903f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
8f7860ce
...
@@ -191,6 +191,7 @@ ifeq ($(HAVE_CHD), 1)
...
@@ -191,6 +191,7 @@ ifeq ($(HAVE_CHD), 1)
ifneq
($(STATIC_LINKING), 1)
ifneq
($(STATIC_LINKING), 1)
ifeq
($(SYSTEM_ZLIB), 1)
ifeq
($(SYSTEM_ZLIB), 1)
INCFLAGS
+=
$(
shell
pkg-config
--cflags
zlib
)
INCFLAGS
+=
$(
shell
pkg-config
--cflags
zlib
)
INCFLAGS
+=
-I
$(LIBRETRO_COMM_DIR)
/include/compat
LIBS
+=
$(
shell
pkg-config
--libs
zlib
)
LIBS
+=
$(
shell
pkg-config
--libs
zlib
)
else
else
INCFLAGS
+=
$(ZLIB_INCFLAGS)
INCFLAGS
+=
$(ZLIB_INCFLAGS)
...
...
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