Hi
I've used successfully in linker flags:
-DGLEW_STATIC -DCURL_STATICLIB
but now I need to support also arm64. Those returned errors and only with dynamic I got it working. (-lCURL and -lGLEW) But I can't ask users to install glew obviously. What do I need to change?
Many thanks