Skip to content

Commit

Permalink
fix internal refs
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Nov 1, 2019
1 parent 79b2fbf commit c8748f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CC := clang
BASEDIR = ../..
PHONELIBS = ../../phonelibs

CXXFLAGS := -g -O3 -fPIC -std=c++11 -Wall -Wextra -Wshadow -Weffc++ -Wstrict-aliasing -Wpedantic -Werror -MMD -I$(BASEDIR)/selfdrive
CXXFLAGS := -g -O3 -fPIC -std=c++11 -Wall -Wextra -Wshadow -Weffc++ -Wstrict-aliasing -Wpedantic -Werror -MMD

LDLIBS=-lm -lstdc++ -lrt -lpthread

Expand Down
2 changes: 1 addition & 1 deletion messaging/impl_zmq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static int get_port(std::string endpoint) {

assert(base_dir_ptr);
std::string base_dir = base_dir_ptr;
std::string service_list_path = base_dir + "/selfdrive/service_list.yaml";
std::string service_list_path = base_dir + "/cereal/service_list.yaml";
YAML::Node service_list = YAML::LoadFile(service_list_path);

int port = -1;
Expand Down

0 comments on commit c8748f8

Please sign in to comment.