Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix librt being linked unnecessarily
clock_gettime does not need librt on many platforms, except Linux. The commit makes librt only linked on Linux, solving #83.
- Loading branch information