fix find_al() under 64-bit Cygwin
Change-Id: I2797763f64733a83858bb08d760c9c453d63e1f8
This commit is contained in:
parent
89e5ef9485
commit
1a4258667e
@ -5063,7 +5063,7 @@ find_al()
|
||||
|
||||
unset altest
|
||||
|
||||
for x in `ls /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft\ SDKs/Windows`; do
|
||||
for x in `ls /proc/registry32/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft\ SDKs/Windows`; do
|
||||
reg_get_value_32 "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft SDKs/Windows/$x/WinSDK-NetFx40Tools/InstallationFolder"
|
||||
if test -n "$regvalue" -a \( -f "$regvalue/al.exe" -o -f "$regvalue/bin/al.exe" \); then
|
||||
altest=$regvalue
|
||||
|
Loading…
x
Reference in New Issue
Block a user