Skip to content

Commit

Permalink
Merge pull request #72 from AidanMedcalf/patch-1
Browse files Browse the repository at this point in the history
OSX does not have a proc filesystem.
  • Loading branch information
mikesartain committed May 21, 2014
2 parents 8edbdf7 + c880ce6 commit c2f49d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voglcore/vogl_build_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
#define VOGL_PLATFORM_HAS_SDL 0

#elif defined(PLATFORM_OSX)
#error "TODO -- I don't know if OSX has a proc filesystem or not."
#define VOGL_HAS_PROC_FILESYSTEM 0
#define VOGL_PLATFORM_HAS_GLX 0
#define VOGL_PLATFORM_HAS_WGL 0
#define VOGL_PLATFORM_HAS_AGL 1
Expand Down

0 comments on commit c2f49d8

Please sign in to comment.