diff options
author | fuzzard <fuzzard@kodi.tv> | 2022-06-17 19:51:55 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-06-17 22:22:43 +1000 |
commit | fea9720700c30db64c120342f72d08905dbf9dc4 (patch) | |
tree | b246fa4826eb329534c0c498f15952d61192a00d /tools/buildsteps | |
parent | 56279cbd3cc458f54911236d12d5205311093b70 (diff) |
[cmake] windows create NATIVEPREFIX variable
Diffstat (limited to 'tools/buildsteps')
-rw-r--r-- | tools/buildsteps/windows/prepare-env.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/windows/prepare-env.bat b/tools/buildsteps/windows/prepare-env.bat index 25e65b8b8a..abafafbfdd 100644 --- a/tools/buildsteps/windows/prepare-env.bat +++ b/tools/buildsteps/windows/prepare-env.bat @@ -14,7 +14,7 @@ rem we assume git in path as this is a requirement rem git clean the untracked files and directories rem but keep the downloaded dependencies rem also keeps MSYS2 installation -SET GIT_CLEAN_CMD=git clean -xffd -e "project/BuildDependencies/downloads" -e "project/BuildDependencies/downloads2" -e "project/BuildDependencies/mingwlibs" -e "project/BuildDependencies/msys64" +SET GIT_CLEAN_CMD=git clean -xffd -e "project/BuildDependencies/downloads" -e "project/BuildDependencies/downloads2" -e "project/BuildDependencies/mingwlibs" -e "project/BuildDependencies/msys64" -e "project/BuildDependencies/tools" ECHO running %GIT_CLEAN_CMD% %GIT_CLEAN_CMD% |