foxnne / pixi

Pixel art editor made with Zig.
https://foxnne.github.io/pixi/
MIT License
645 stars 20 forks source link

system-sdk: I can still see a symlink there #11

Closed michal-z closed 1 year ago

michal-z commented 1 year ago

Looks like there are still some symlinks in zig-gamedev/libs/macos12:

For example: https://github.com/foxnne/pixi/blob/main/src/deps/zig-gamedev/system-sdk/macos12/System/Library/Frameworks/ApplicationServices.framework/ApplicationServices.tbd

Please make sure to delete the entire system-sdk folder and copy it again from zig-gamedev.

foxnne commented 1 year ago

Ah thanks. I did delete the entire folder and copy over from zig-gamedev but I guess when I pulled latest from zig-gamedev it didn't delete the old symlinks.

foxnne commented 1 year ago

Okay, I had to push removing the entire system-sdk folder to get them out, and then re-add that folder and push that separately for some reason, but they should be gone now. Thanks!

michal-z commented 1 year ago

Yes, they are gone now it looks fine!