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
245e7411
Commit
245e7411
authored
Jan 20, 2021
by
Libretro-Admin
Browse files
Don't set LD if PREINITIALIZED=1
parent
fb8a484a
Pipeline
#11455
failed with stages
in 3 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
245e7411
...
...
@@ -602,9 +602,13 @@ ifneq (,$(findstring msvc,$(platform)))
ifeq
($(STATIC_LINKING),1)
LD
?=
lib.exe
STATIC_LINKING
=
0
else
ifeq
($(PREINITIALIZED),1)
LD
?=
link.exe
else
LD
=
link.exe
endif
endif
else
ifneq
($(platform),genode)
LD
=
$(CC)
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