From c4d089c364c1e089000c98733bd4df8ea9b9f0e3 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sat, 5 Jun 2021 15:56:28 -0500 Subject: [PATCH] tidying --- Makefile | 2 ++ tools/batools/pcommand.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 339bdc46..d92d3053 100644 --- a/Makefile +++ b/Makefile @@ -746,6 +746,7 @@ windows-debug-build: windows-staging \ build/prefab/lib/windows/Debug_Win32/BallisticaCoreGenericInternal.pdb \ ballisticacore-windows/Generic/BallisticaCore.ico @tools/pcommand ensure_prefab_platform windows_x86 + @tools/pcommand wsl_build_check_win_drive WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=Win32 \ ${MAKE} _windows-wsl-build @@ -754,6 +755,7 @@ windows-debug-rebuild: windows-staging \ build/prefab/lib/windows/Debug_Win32/BallisticaCoreGenericInternal.pdb \ ballisticacore-windows/Generic/BallisticaCore.ico @tools/pcommand ensure_prefab_platform windows_x86 + @tools/pcommand wsl_build_check_win_drive WINDOWS_PROJECT=Generic WINDOWS_CONFIGURATION=Debug WINDOWS_PLATFORM=Win32 \ ${MAKE} _windows-wsl-rebuild diff --git a/tools/batools/pcommand.py b/tools/batools/pcommand.py index 72148b4e..86bcd1f3 100644 --- a/tools/batools/pcommand.py +++ b/tools/batools/pcommand.py @@ -504,7 +504,7 @@ def wsl_build_check_win_drive() -> None: raise CleanError('\n\n'.join([ _wrap('ERROR: This project appears to live on the Linux filesystem.'), - _wrap('Visual Studio builds will error here for reasons related' + _wrap('Visual Studio compiles will error here for reasons related' ' to Linux filesystem case-sensitivity, and thus are' ' disallowed.' ' Clone the repo to a location that maps to a native'