Skip to content

Commit 8358f21

Browse files
committed
chore: remove unused define
1 parent 4745c94 commit 8358f21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

noengine-cpp-sdl2/BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ cc_binary(
2727
srcs = glob(["src/**/*.cc", "src/**/*.hh"]) + [
2828
":ecsact_cpp_sources",
2929
],
30-
defines = [
31-
"ECSACT_ENTT_RUNTIME_DYNAMIC_SYSTEM_IMPLS",
32-
],
3330
copts = selects.with_or({
3431
"@rules_cc//cc/compiler:clang": [
3532
"-std=c++20",

0 commit comments

Comments
 (0)