We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef77a6c commit 20d32d8Copy full SHA for 20d32d8
tutorials/premake5.lua
@@ -70,7 +70,7 @@ solution "Tutorials"
70
if _OPTIONS["centos"] ~= nil then
71
libdirs {"../RadeonProRender/binCentOS7" }
72
else
73
- libdirs {"../RadeonProRender/binUbuntu18" }
+ libdirs {"../RadeonProRender/binUbuntu20" }
74
end
75
76
if os.istarget("macosx") then
0 commit comments