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
Craft
Commits
c55ae524
Unverified
Commit
c55ae524
authored
Nov 29, 2019
by
Libretro-Admin
Committed by
GitHub
Nov 29, 2019
Browse files
Merge pull request #26 from webgeek1234/master
libretro: allow mingw cross compile
parents
afc1fade
5adb5e14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
c55ae524
...
...
@@ -379,8 +379,8 @@ else ifneq (,$(findstring win,$(platform)))
TARGET
:=
$(TARGET_NAME)
_libretro.dll
LDFLAGS
+=
-shared
-static-libgcc
-static-libstdc
++
-Wl
,--version-script
=
$(ROOT_DIR)
/link.T
-lwinmm
-lgdi32
-lws2_32
GL_LIB
:=
-lopengl32
CC
=
gcc
CXX
=
g++
CC
?
=
gcc
CXX
?
=
g++
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