OS X Builds now.
Fixed building on OS X. Fixed line endings. Need to find better way to do fmodwrapper thing.
This commit is contained in:
@@ -28,3 +28,6 @@ const S32 gVersionBuild = LL_VERSION_BUILD;
|
||||
|
||||
const char* gVersionChannel = LL_CHANNEL;
|
||||
|
||||
#if LL_DARWIN
|
||||
const char* gVersionBundleID = LL_VERSION_BUNDLE_ID;
|
||||
#endif
|
||||
Reference in New Issue
Block a user