Skip to content

Commit 5334dde

Browse files
committed
Fixed typo
1 parent 87684a1 commit 5334dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mariadb_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_config(options):
5555
cfg.includes = [".\\include", mariadb_dir + "\\include", mariadb_dir + "\\include\\mysql"]
5656
cfg.lib_dirs = [mariadb_dir + "\\lib"]
5757
cfg.libs = ["ws2_32", "advapi32", "kernel32", "shlwapi", "crypt32"]
58-
if static.lower() == "on" or static_lower == "default":
58+
if static.lower() == "on" or static.lower == "default":
5959
cfg.libs.append("mariadbclient")
6060
else:
6161
cfg.libs.append("libmariadb")

0 commit comments

Comments
 (0)