Skip to content

Commit

Permalink
restored -DREPO_DEVELOPMENT=1 (m)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek Wucke committed Jul 8, 2024
1 parent 1e175f3 commit 91b7805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CYD-Klipper/extract_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def extract_commit() -> str:
version = "Unknown"

flag = "-D REPO_VERSION=\\\"" + version + "\\\""
dev_flag = "-DREPO_DEVELOPMENT=0"
dev_flag = "-DREPO_DEVELOPMENT=1"
print(f"Version: {version}")
print(f"Flag: {flag}")

Expand Down

0 comments on commit 91b7805

Please sign in to comment.