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
2d63c787
Commit
2d63c787
authored
Jun 04, 2019
by
Steel01
Committed by
GitLab Runner
Jul 31, 2019
Browse files
libretro: allow mingw cross compile
parent
c660b410
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2d63c787
...
...
@@ -495,8 +495,8 @@ WINDOWS_VERSION=1
# Windows
else
TARGET
:=
$(TARGET_NAME)
_libretro.dll
CC
=
gcc
CXX
=
g++
CC
?
=
gcc
CXX
?
=
g++
SHARED
:=
-shared
-Wl
,--no-undefined
-Wl
,--version-script
=
link.T
LDFLAGS
+=
-static-libgcc
-static-libstdc
++
-lwinmm
HAVE_CDROM
=
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