matus-chochlik / oglplus

OGLplus is a collection of open-source, cross-platform libraries which implement an object-oriented facade over the OpenGL® (version 3 and higher) and also OpenAL® (version 1.1) and EGL (version 1.4) C-language APIs. It provides wrappers which automate resource and object management and make the use of these libraries in C++ safer and more convenient.
http://oglplus.org/
Boost Software License 1.0
494 stars 71 forks source link

Made mktemp compatible with OS X #2

Closed detunized closed 11 years ago

detunized commented 11 years ago

I made configure.sh run on OS X without failing.

matus-chochlik commented 11 years ago

OK, Thanks! Already pulled locally and tested on Ubuntu, but I made two additional changes: -function temp_file +function oglplus_make_temp_file

and

-cmake_info_file=temp_file +cmake_info_file=$(oglplus_make_temp_file)