Skip to content

Commit

Permalink
#3808 can't build cuda stuff on Fedora 38
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 16, 2023
1 parent e1e399e commit be8423f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
%else
%define with_cuda 0
%endif
%if 0%{?fedora}>=38
%define with_cuda 0
%endif
%if 0%{?with_cuda}
%define build_args %{DEFAULT_BUILD_ARGS}
%else
Expand Down

0 comments on commit be8423f

Please sign in to comment.