Skip to content

Commit

Permalink
Attempting to fix a Linux build issue
Browse files Browse the repository at this point in the history
According to /~https://github.com/AlwaysRightInstitute/CDispatch, there should no
longer be a need to reference CDispatch.
  • Loading branch information
liscio committed Oct 25, 2016
1 parent bac956e commit b820e10
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Sources/FoundationExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
//

import Foundation
import Dispatch
import enum Result.NoError

#if os(Linux)
import CDispatch

This comment has been minimized.

Copy link
@ikesyo

ikesyo Oct 26, 2016

Member

NSEC_PER_SEC is defined in CDispatch, not in Dispatch on Linux. So this is still needed (CI build is still failing).

#endif

extension NotificationCenter: ReactiveExtensionsProvider {}

extension Reactive where Base: NotificationCenter {
Expand Down

0 comments on commit b820e10

Please sign in to comment.