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
Fmsx
Commits
d6f5a210
Commit
d6f5a210
authored
Jan 16, 2018
by
Toad King
Browse files
fix emscripten builds
parent
7d19e660
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d6f5a210
...
...
@@ -215,6 +215,9 @@ endif
PLATFORM_DEFINES
+=
-DARM
else
ifeq
($(platform), emscripten)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.bc
CC
=
emcc
CXX
=
em++
STATIC_LINKING
=
1
# Windows MSVC 2010 x64
else
ifeq
($(platform), windows_msvc2010_x64)
CC
=
cl.exe
...
...
@@ -335,7 +338,7 @@ OBJECTS := $(SOURCES_C:.c=.o)
INCDIRS
:=
$(INCFLAGS)
$(INCFLAGS_PLATFORM)
$(EXTRA_INCLUDES)
CFLAGS
+=
OBJOUT
=
-o
OBJOUT
=
-o
LINKOUT
=
-o
ifneq
(,$(findstring msvc,$(platform)))
...
...
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