Skip to content

Commit 79e06b0

Browse files
authored
fix: don't mix up test vs release (#80)
1 parent a39807c commit 79e06b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adbc_drivers_dev/make.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,9 @@ def build_script(
444444

445445
args = []
446446
if debug:
447-
args.append("release")
448-
else:
449447
args.append("test")
448+
else:
449+
args.append("release")
450450
args.append(PLATFORM)
451451
args.append(architecture())
452452

0 commit comments

Comments
 (0)