Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
wwwtyro's avatar
wwwtyro
Honored Guest
12 years ago

small bug in Linux SDK makefile

OVR_Linux_SensorDevice.o appears twice in the OBJECTS definition, lines 81 and 113. Not a problem for static compilation, but throws a wrench into building a shared lib.

If there's a more appropriate place for reporting these, let me know. :)

Edit: OculusSDK/LibOVR/Makefile

1 Reply

  • "wwwtyro" wrote:
    OVR_Linux_SensorDevice.o appears twice in the OBJECTS definition, lines 81 and 113.


    Thanks! Lines 81, 164, and 165 should be deleted.