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
01b34d67
Unverified
Commit
01b34d67
authored
Jan 20, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 20, 2021
Browse files
Update Makefile.libretro
parent
d05e6cb8
Pipeline
#11470
failed with stages
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
01b34d67
...
...
@@ -628,13 +628,9 @@ ifneq (,$(findstring msvc,$(platform)))
else
$(AR)
rcs
$@
$(OBJECTS)
endif
else
ifneq
(,$(findstring msvc,$(platform)))
$(LD)
$(LINKOUT)$@
$(OBJECTS)
else
$(LD)
$(fpic)
$(SHARED)
$(INCLUDES)
$(LFLAGS)
$(LINKOUT)$@
$(OBJECTS)
$(LDFLAGS)
$(LIBS)
endif
endif
%.o
:
%.c
$(CC)
$(CFLAGS)
-c
$(OBJOUT)$@
$<
...
...
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