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
c5e0df2a
Commit
c5e0df2a
authored
Jan 07, 2020
by
Libretro-Admin
Browse files
(MSVC 2017) Buildfix
parent
5bf25822
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
c5e0df2a
...
...
@@ -454,7 +454,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
reg_query
=
$(
call
filter_out2,
$(
subst
$2
,,
$(
shell
reg query
"
$2
"
-v
"
$1
"
2>nul
)))
fix_path
=
$(
subst
$(SPACE)
,
\
,
$(
subst
\,
/,
$1
))
ProgramFiles86w
:=
$(
shell
cmd /c
"echo %PROGRAMFILES(x86
)
%"
)
ProgramFiles86w
:=
$(
shell
cmd
/
/c
"echo %PROGRAMFILES(x86
)
%"
)
ProgramFiles86
:=
$(
shell
cygpath
"
$(ProgramFiles86w)
"
)
WindowsSdkDir
?=
$(
call
reg_query,InstallationFolder,HKEY_LOCAL_MACHINE
\S
OFTWARE
\W
ow6432Node
\M
icrosoft
\M
icrosoft SDKs
\W
indows
\v
10.0
)
...
...
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