mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
use lowercase --define switches (#17283)
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
when defined(nimHasStyleChecks):
|
||||
{.push styleChecks: off.}
|
||||
|
||||
when defined(Unix):
|
||||
when defined(unix):
|
||||
when defined(macosx):
|
||||
const
|
||||
lib = "(libmysqlclient|libmariadbclient)(|.20|.19|.18|.17|.16|.15).dylib"
|
||||
else:
|
||||
const
|
||||
lib = "(libmysqlclient|libmariadbclient).so(|.20|.19|.18|.17|.16|.15)"
|
||||
when defined(Windows):
|
||||
when defined(windows):
|
||||
const
|
||||
lib = "(libmysql.dll|libmariadb.dll)"
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user