Fixed Rebuild command for windows not working

This commit is contained in:
Marc Garcia Puig 2019-02-12 12:02:35 +01:00
parent 4ca3fe35e1
commit aa82535da4
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ clean:
@"${CARLA_BUILD_TOOLS_FOLDER}/BuildLibCarla.bat" --clean
rebuild: setup
@${CARLA_BUILD_TOOLS_FOLDER}/BuildLibCarla.bat" --rebuild
@${CARLA_BUILD_TOOLS_FOLDER}/BuildPythonAPI.bat" --rebuild
@"${CARLA_BUILD_TOOLS_FOLDER}/BuildLibCarla.bat" --rebuild
@"${CARLA_BUILD_TOOLS_FOLDER}/BuildPythonAPI.bat" --rebuild
check: PythonAPI
@echo "Not implemented!"