mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
makefile: change windows cpu arch reg query /v to -v
This commit is contained in:
parent
077fde1f04
commit
b8de7b1cbd
2
makefile
2
makefile
@ -150,7 +150,7 @@ PLATFORM := x86
|
||||
else ifeq ($(MSYSTEM),CLANGARM64)
|
||||
PLATFORM := arm64
|
||||
else # MSYSTEM
|
||||
OSARCH := $(shell reg query "HKLM\System\CurrentControlSet\Control\Session Manager\Environment" /v PROCESSOR_ARCHITECTURE)
|
||||
OSARCH := $(shell reg query "HKLM\System\CurrentControlSet\Control\Session Manager\Environment" -v PROCESSOR_ARCHITECTURE)
|
||||
ifneq ($(findstring ARM64,$(OSARCH)),)
|
||||
PLATFORM := arm64
|
||||
else # OSARCH
|
||||
|
Loading…
Reference in New Issue
Block a user