Skip to content

Commit

Permalink
Merge pull request #11 from stevapple/master
Browse files Browse the repository at this point in the history
Fix building on Linux
  • Loading branch information
0xTim authored Oct 23, 2021
2 parents 5a2900e + efc6429 commit d386207
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/SwiftMarkdown/SwiftMarkdown.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import cmark
#if os(Android) || os(Linux)
import Glibc
#endif

public enum MarkdownError: Error {
case conversionFailed
Expand Down

0 comments on commit d386207

Please sign in to comment.