diff options
author | Alexandre Bouvier | 2023-07-31 06:12:54 +0200 |
---|---|---|
committer | Alexandre Bouvier | 2023-07-31 06:12:57 +0200 |
commit | d45713da1b53244f1d34c0f4e384fc5ba2792e43 (patch) | |
tree | 65de9371977eec2ef002e5d3e1cc8ba12454c335 | |
parent | 1f3be05ff294fbcace7871a551b253069d3bc4b0 (diff) | |
download | aur-d45713da1b53244f1d34c0f4e384fc5ba2792e43.tar.gz |
remove upstreamed fix
* https://github.com/cemu-project/Cemu/commit/34ff9da097b2982cb5d7191ac71f05911734204b
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -67,7 +67,6 @@ prepare() { sed -i '/discord-rpc/d' CMakeLists.txt sed -i '/FMT_HEADER_ONLY/d' src/Common/precompiled.h sed -i 's/glm::glm/glm/' src/{Common,input}/CMakeLists.txt - sed -i '/fmt/s/9\.1\.0/&...<10/' CMakeLists.txt } build() { |