daanmichiels / igl-hr

Hyperbolic space on the Oculus Rift
3 stars 0 forks source link

OS X makefile has linked binary in includes #13

Closed daanmichiels closed 9 years ago

daanmichiels commented 9 years ago

One of the includes in Makefile.osx is actually a binary. That's wrong. Libraries should be linked using LIBPATHS and LIBRARIES.

daanmichiels commented 9 years ago

Daniel, could you check whether this is still the case, and close the issue if not?

dpugliese36 commented 9 years ago

link to binary has been moved to LIBPATHS, only directories are in INCLUDES now