Not sure if this is expected behavior: ``` :libraries: :release: - "pthread" ``` will cause the rake task to fail I changed it to ``` :libraries: :system: - "pthread" ``` and it works fine
Not sure if this is expected behavior:
will cause the rake task to fail
I changed it to
and it works fine