Skip to content

Commit

Permalink
Remove platform=windows from Meson build configuration as it's no lon…
Browse files Browse the repository at this point in the history
…ger valid.
  • Loading branch information
pal1000 committed Apr 28, 2018
1 parent 6453b48 commit fb5b9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/modules/mesa3d.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GOTO skipmesa
:configmesabuild
@rem Configure Mesa build.
@if %pythonver%==2 set buildcmd=%pythonloc% %pythonloc:~0,-10%Scripts\scons.py build=release platform=windows machine=%longabi% libgl-gdi
@if %pythonver% GEQ 3 set buildcmd=%mesonloc% . .\build\windows-%longabi% --backend=vs2017 -Dplatforms=windows
@if %pythonver% GEQ 3 set buildcmd=%mesonloc% . .\build\windows-%longabi% --backend=vs2017
@set /p osmesa=Do you want to build off-screen rendering drivers (y/n):
@echo.
@if %pythonver%==2 if /I "%osmesa%"=="y" set buildcmd=%buildcmd% osmesa
Expand Down

0 comments on commit fb5b9d5

Please sign in to comment.