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
hatari
Commits
5b0d38d9
Commit
5b0d38d9
authored
Oct 09, 2020
by
Libretro-Admin
Browse files
Define EXTERNAL_ZLIB for Windows
parent
dc9f3ee1
Pipeline
#735
failed with stages
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
5b0d38d9
...
@@ -187,6 +187,7 @@ else
...
@@ -187,6 +187,7 @@ else
PLATFLAGS
:=
-DLSB_FIRST
-DALIGN_DWORD
-DWIN32PORT
-DWIN32
PLATFLAGS
:=
-DLSB_FIRST
-DALIGN_DWORD
-DWIN32PORT
-DWIN32
TARGET
:=
$(TARGET_NAME)
_libretro.dll
TARGET
:=
$(TARGET_NAME)
_libretro.dll
SHARED
:=
-shared
-static-libgcc
-s
-Wl
,--version-script
=
$(LIBRETRO_DIR)
/link.T
-Wl
,--no-undefined
SHARED
:=
-shared
-static-libgcc
-s
-Wl
,--version-script
=
$(LIBRETRO_DIR)
/link.T
-Wl
,--no-undefined
EXTERNAL_ZLIB
=
1
endif
endif
ifeq
($(DEBUG), 1)
ifeq
($(DEBUG), 1)
...
...
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