https://github.com/carla-simulator/carla
Revision 2593ff708752634c266030b727c304c971e2d4bd authored by Manish on 06 February 2019, 09:12:57 UTC, committed by Manish on 06 February 2019, 09:12:57 UTC
1 parent 7dfbe39
Raw File
Tip revision: 2593ff708752634c266030b727c304c971e2d4bd authored by Manish on 06 February 2019, 09:12:57 UTC
fixed map offset when running game
Tip revision: 2593ff7
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