libobs: Add OBS_UNIX_STRUCTURE config variable

This obsconfig.h variable will be true or false depending on whether the
project is configured with the cmake UNIX_STRUCTURE variable or not.
This commit is contained in:
jp9000
2015-06-01 16:06:29 -07:00
parent 4ee5c8e0f3
commit 899557699f
2 changed files with 3 additions and 0 deletions

View File

@@ -6,3 +6,4 @@
#define OBS_INSTALL_PREFIX "@OBS_INSTALL_PREFIX@"
#define OBS_PLUGIN_DESTINATION "@OBS_PLUGIN_DESTINATION@"
#define OBS_RELATIVE_PREFIX "@OBS_RELATIVE_PREFIX@"
#define OBS_UNIX_STRUCTURE @OBS_UNIX_STRUCTURE@