This commit is contained in:
Eric Froemling 2021-06-05 15:56:28 -05:00
parent 9bf403b043
commit c4d089c364
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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'