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
81-libretro
Commits
a0613a88
Commit
a0613a88
authored
Nov 04, 2018
by
Ryan 'Swingflip' Hamlin
Browse files
General fix to linking
parent
01fab8a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
a0613a88
...
...
@@ -445,7 +445,7 @@ $(TARGET): $(OBJS)
ifeq
($(STATIC_LINKING), 1)
$(AR)
rcs
$@
$(OBJS)
else
$(CXX)
-o
$@
$(SHARED)
$(OBJS)
$(LDXFLAGS)
$(LIBS)
$(CXX)
-o
$@
$(SHARED)
$(OBJS)
$(LDFLAGS)
$(LDXFLAGS)
$(LIBS)
endif
@echo
"** BUILD SUCCESSFUL! GG NO RE **"
...
...
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