https://github.com/carla-simulator/carla
Raw File
Tip revision: 66c68a424df0c844e03751fa8060d6886bc65a99 authored by Axel on 02 July 2021, 15:29:37 UTC
Fixed crash caused by actors destroyed by unreal (e.g. actor out of bounds)
Tip revision: 66c68a4
Makefile
include Util/BuildTools/Vars.mk
ifeq ($(OS),Windows_NT)
include Util/BuildTools/Windows.mk
else
include Util/BuildTools/Linux.mk
endif
back to top