Skip to content

Commit

Permalink
cleaned up project a bit, build now works on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bscothern committed May 9, 2018
1 parent 1a35970 commit 27d7185
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ github "bscothern/Once"
## Swift Package Manager
Update your `Package.swift` to include this to your package dependencies:
```
.package(url: "https://github.com/bscothern/Once.git", from: "1.2.0")
.package(url: "https://github.com/bscothern/Once.git", from: "1.3.0")
```

## Usage
Expand Down
1 change: 1 addition & 0 deletions Sources/OnceC/include/OnceC.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#ifndef OnceC_h
#define OnceC_h

#include <sys/types.h>
#include <pthread.h>

/// The struct that we will use in Swift since we cannot directly access `pthread_once_t`.
Expand Down
33 changes: 0 additions & 33 deletions Sources/include/Once/module.modulemap

This file was deleted.

0 comments on commit 27d7185

Please sign in to comment.