Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40e05c6

Browse files
committedNov 27, 2024··
fix(build): Put developer tool checks behind related conditional
1 parent 2d4ffd6 commit 40e05c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ AM_COND_IF([DEPENDENCY_CHECKS], [
125125
126126
])
127127

128-
AM_COND_IF([DEVELOPER_MODE], [
128+
AM_COND_IF([DEVELOPER_TOOLS], [
129129
QUE_PROGVAR([cargosetversion], [cargo-set-version])
130130
QUE_PROGVAR([checkmake])
131131
QUE_PROGVAR([luacheck])

0 commit comments

Comments
 (0)
Please sign in to comment.