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
libretro-2048
Commits
6b6451b5
Commit
6b6451b5
authored
Feb 19, 2018
by
Libretro-Admin
Browse files
Update static linking target
parent
9d1c4b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
6b6451b5
...
...
@@ -451,7 +451,11 @@ all: $(TARGET)
$(TARGET)
:
$(OBJECTS)
ifeq
($(STATIC_LINKING), 1)
ifneq
(,$(findstring msvc,$(platform)))
$(LD)
$(LINKOUT)$@
$(OBJECTS)
else
$(AR)
rcs
$@
$(OBJECTS)
endif
else
$(LD)
$(fpic)
$(SHARED)
$(INCLUDES)
$(LFLAGS)
$(LINKOUT)$@
$(OBJECTS)
$(LDFLAGS)
$(LIBS)
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