Skip to content

Commit d782d99

Browse files
committed
Merge pull request zaphire#62 from soundofjw/macosx-static-libs.
MacOSX Framework -> Static Libraries
2 parents 86aa40d + 36ffb0c commit d782d99

35 files changed

+383
-19914
lines changed

Code/Cocoa/CocoaPlatform.mm

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ - (void)rightMouseDown:(NSEvent *)theEvent
111111
}
112112
} else {
113113
this->bundleResourcesPath = [[[NSBundle mainBundle] resourcePath] fileSystemRepresentation];
114+
this->bundleResourcesPath = this->bundleResourcesPath + std::string("/Content");
114115
}
115116

116117
// Create window

Libs/MacOSX/GLEW.framework/GLEW

-1
This file was deleted.

Libs/MacOSX/GLEW.framework/Headers

-1
This file was deleted.

Libs/MacOSX/GLEW.framework/Resources

-1
This file was deleted.
-1 MB
Binary file not shown.

0 commit comments

Comments
 (0)