mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:11:39 +08:00
fixed leaking variable in vcpkg_build_qmake
This commit is contained in:
parent
119e9b5729
commit
e2be4512a0
@ -65,6 +65,7 @@ function(vcpkg_build_qmake)
|
||||
run_jom(qmake_all makefiles ${_short_name_${_buildname}})
|
||||
endif()
|
||||
run_jom("${_csc_${_buildname}_TARGETS}" ${_csc_BUILD_LOGNAME} ${_short_name_${_buildname}})
|
||||
unset(_BUILD_PREFIX)
|
||||
endforeach()
|
||||
|
||||
# Restore the original value of ENV{PATH}
|
||||
|
Loading…
Reference in New Issue
Block a user