Skip to content

Commit

Permalink
Fix renderdoc 3rd-party for Linux and update to renderdoc 1.29 (#1)
Browse files Browse the repository at this point in the history
* Fix renderdoc 3rd-party for Linux and update to renderdoc 1.29

* renderdoc on windows is borked on newer versions, so go back to 1.26
  • Loading branch information
SneWs authored Oct 20, 2023
1 parent 630fb45 commit 8f2c1ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/misc/update-3rdp.run
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,15 @@ local PACKAGES =
},

-- RenderDoc
{
type = "GET",
name = "renderdoc",
os = "linux",
url = "https://renderdoc.org/stable/1.29/renderdoc_1.29.tar.gz",
patch = function()
run:execute(TAR .. " -xf renderdoc_1.29.tar.gz")
end
},
{
type = "GET",
name = "renderdoc",
Expand Down

0 comments on commit 8f2c1ed

Please sign in to comment.