We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a8223c + dd250cd commit 62e7d63Copy full SHA for 62e7d63
App/App.lua
@@ -7,8 +7,8 @@ project "App"
7
includedirs{ "../RadeonRays/include", "../CLW", "." }
8
9
if os.is("macosx") then
10
- includedirs {"../3rdparty/oiio16/include"}
11
- libdirs {"../3rdparty/oiio16/lib/x64", "/usr/local/lib"}
+ sysincludedirs {"/usr/local/include"}
+ libdirs {"/usr/local/lib"}
12
linkoptions{ "-framework OpenGL", "-framework GLUT" }
13
buildoptions "-std=c++11 -stdlib=libc++"
14
links {"OpenImageIO"}
Tools/premake/osx/premake5
665 KB
0 commit comments