Skip to content

Commit

Permalink
fix bazel version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Dec 14, 2023
1 parent 8d22bdf commit 2efcb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ cc_binary(
"-std=c++20",
"-fvisibility=hidden",
"-DNDEBUG",
"-DVERSION_INFO=0.0.dev0",
"-DCHROMOBIUS_VERSION_INFO=0.0.dev0",
],
includes = ["src/"],
linkshared = 1,
Expand Down

0 comments on commit 2efcb82

Please sign in to comment.