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
a662b3b8
Commit
a662b3b8
authored
Jul 06, 2017
by
Libretro-Admin
Browse files
Only add these libs if not MSVC build
parent
d1d3a96c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
a662b3b8
...
...
@@ -54,6 +54,8 @@ ifeq ($(FORCE_GLES),1)
GLES
=
1
endif
LIBS
=
-lpthread
# Unix
ifneq
(,$(findstring unix,$(platform)))
TARGET
:=
$(TARGET_NAME)
_libretro.so
...
...
@@ -395,10 +397,12 @@ CXXFLAGS += $(CPUOPTS) $(COREFLAGS) $(INCFLAGS) $(INCFLAGS_PLATFORM) $(PLATCFLAG
CFLAGS
+=
$(CPUOPTS)
$(COREFLAGS)
$(INCFLAGS)
$(INCFLAGS_PLATFORM)
$(PLATCFLAGS)
$(fpic)
$(PLATCFLAGS)
$(CPUFLAGS)
$(GLFLAGS)
$(DYNAFLAGS)
ifeq
($(findstring Haiku,$(UNAME)),)
LDFLAGS
+=
-lm
ifeq
(,$(findstring msvc,$(platform)))
LIBS
+=
-lm
endif
endif
LDFLAGS
+=
$(fpic)
-lpthread
LDFLAGS
+=
$(fpic)
$(LIBS)
ifeq
($(HAVE_LIBCURL),1)
LDFLAGS
+=
-lcurl
...
...
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