tayloraswift / swift-png

decode, inspect, edit, and encode png images in pure swift

Home Page:https://swiftinit.org/docs/swift-png

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`git` on Windows treats symlinks as regular files

valeriyvan opened this issue · comments

git on Windows treats symlinks as regular files.
Therefore even with fix #34 test targets having symlinks to common directory cannot be built on Windows.

#42 should have fixed this :) (god i can’t believe i ever thought symlinked submodules were a good idea…)