Skip to content

Commit 35e7af8

Browse files
committed
Fix semver build sometimes being int breaking compilation
1 parent 6c09a68 commit 35e7af8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/embed_env_vars.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ def transform_cpp_define_string(k: str, v: str) -> str:
129129

130130

131131
def serialize_cpp_define(k: str, v: str | int | bool) -> str | int:
132-
# Special case for OPENSHOCK_FW_GIT_COMMIT.
133-
if k == 'OPENSHOCK_FW_GIT_COMMIT':
134132
return transform_cpp_define_string(k, str(v))
135133

136134
try:

0 commit comments

Comments
 (0)