https://github.com/carla-simulator/carla
Revision d9975dfde948b1287c642d43c4f457900cdae7c7 authored by bernatx on 12 March 2019, 13:34:54 UTC, committed by bernatx on 12 April 2019, 08:25:13 UTC
1 parent bac4060
Raw File
Tip revision: d9975dfde948b1287c642d43c4f457900cdae7c7 authored by bernatx on 12 March 2019, 13:34:54 UTC
Fixed a bug where using a reference of a local variable
Tip revision: d9975df
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