remove warning / add build option for osx

This commit is contained in:
Rinthel
2019-08-02 22:33:40 +09:00
committed by Бранимир Караџић
parent 6927a9179b
commit e604ca021d
3 changed files with 26 additions and 27 deletions

View File

@@ -116,6 +116,7 @@ function bgfxProjectBase(_kind, _defines)
}
configuration { "osx" }
buildoptions { "-x objective-c++" } -- additional build option for osx
linkoptions {
"-framework Cocoa",
"-framework QuartzCore",