https://github.com/carla-simulator/carla
Revision dfc799a5d3236228e963f58707fd2ca17866e0b8 authored by Marcel Pi on 22 April 2022, 11:13:43 UTC, committed by bernat on 26 April 2022, 14:17:00 UTC
1 parent 97f3b96
Raw File
Tip revision: dfc799a5d3236228e963f58707fd2ca17866e0b8 authored by Marcel Pi on 22 April 2022, 11:13:43 UTC
More Setup.sh changes.
Tip revision: dfc799a
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