Skip to content

Commit

Permalink
Fixed default include path (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Aug 9, 2024
1 parent 43c0899 commit a1386ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BuildConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct BuildConfig {
std::string CXX = "clang++";
std::string CXXFLAGS;
std::string DEFINES;
std::string INCLUDES = " -Iinclude";
std::string INCLUDES = " -I../../include";
std::string LIBS;

BuildConfig() = default;
Expand Down

0 comments on commit a1386ce

Please sign in to comment.