JASON icon indicating copy to clipboard operation
JASON copied to clipboard

Fix compile error on linux

Open 3ign0n opened this issue 4 years ago • 0 comments

I got the following error on linux.

.build/checkouts/JASON/Source/JSONKey.swift:26:8 error: No such module 'CoreGraphics'
import CoreGraphics
       ^

So I remove CoreGraphics dependency for linux.

3ign0n avatar Feb 14 '21 06:02 3ign0n