Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07fe49fb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Set default output generated directory to cwd"

parents 900c035f 8047962d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@

namespace {
constexpr char kDefaultBundleDataFile[] = "bundle_bfbs.bin";
constexpr char kDefaultGeneratedOutputPath[] = ".";
constexpr char kDefaultNamespace[] = "";
constexpr char kDefaultNamespaceDelim[] = "::";
}  // namespace
@@ -26,7 +27,7 @@ struct Opts {
  bool read{false};
  bool write{false};
  const char* filename{kDefaultBundleDataFile};
  const char* gen{nullptr};
  const char* gen{kDefaultGeneratedOutputPath};
  const char* main_root{nullptr};
  const char* ns_name{kDefaultNamespace};
  struct {