Skip to content

Commit

Permalink
Merge pull request #124 from AberrantWolf/master
Browse files Browse the repository at this point in the history
Fixed OSX App generation via new premake5 and default OIIO paths
  • Loading branch information
yozhijk authored Jan 25, 2017
2 parents 9a8223c + dd250cd commit 62e7d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/App.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ project "App"
includedirs{ "../RadeonRays/include", "../CLW", "." }

if os.is("macosx") then
includedirs {"../3rdparty/oiio16/include"}
libdirs {"../3rdparty/oiio16/lib/x64", "/usr/local/lib"}
sysincludedirs {"/usr/local/include"}
libdirs {"/usr/local/lib"}
linkoptions{ "-framework OpenGL", "-framework GLUT" }
buildoptions "-std=c++11 -stdlib=libc++"
links {"OpenImageIO"}
Expand Down
Binary file modified Tools/premake/osx/premake5
Binary file not shown.

0 comments on commit 62e7d63

Please sign in to comment.