Skip to content

Commit

Permalink
Compatiblity with older macOS
Browse files Browse the repository at this point in the history
just because it's trivial
  • Loading branch information
dabrahams committed Mar 2, 2024
1 parent bb64e54 commit adce90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Foundation


/// The text used to separate elements of the PATH environment variable.
let pathSeparator = osIsWindows ? ";" : ":"
let pathSeparator: Character = osIsWindows ? ";" : ":"

/// Returns the first capture group text for regular expression
/// matches to `pattern` in the `Libs:` line of `package`'s pkg-config
Expand Down

0 comments on commit adce90b

Please sign in to comment.