Lecrapouille / zipper

[Lib][Version 2.1.0][Functional] C++ wrapper around minizip compression library
MIT License
65 stars 13 forks source link

CI Mac OS X failed compiling demos #10

Open Lecrapouille opened 5 months ago

Lecrapouille commented 5 months ago

I dunno why makefile cannot find the .o file

cc -pie  demo_unzip.o demo_unzip.app   -o demo_unzip
clang: error: no such file or directory: 'demo_unzip.o'

While for my project OpenGlassBox it works