mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed compilation for MacOS with Xcode 5 (edited premake files only).
This commit is contained in:
@@ -329,6 +329,15 @@ Visual Studio 2008 IDE:
|
||||
|
||||
start .build/projects/vs2008/bgfx.sln
|
||||
|
||||
Xcode 5 IDE:
|
||||
|
||||
open .build/projects/xcode4/bgfx.xcworkspace
|
||||
Due to [inability](http://industriousone.com/debugdir) to set working directory for an Xcode project from premake configuration file, it has to be set manually for each example project:
|
||||
|
||||
1. Open *"Edit scheme..."* dialog for a given project.
|
||||
2. Select *"Run"* settings.
|
||||
3. Check *"Use custom working directory"* and enter following path: `${PROJECT_DIR}/../../../examples/runtime`.
|
||||
|
||||
Linux 64-bit:
|
||||
|
||||
make linux-release64
|
||||
|
||||
Reference in New Issue
Block a user