mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-26 18:15:37 +00:00
fix cleanup
This commit is contained in:
parent
3fa426ffa4
commit
470c4009b9
|
@ -69,9 +69,9 @@ modules:
|
||||||
- -DFLATBUFFERS_BUILD_FLATC=OFF
|
- -DFLATBUFFERS_BUILD_FLATC=OFF
|
||||||
- -DFLATBUFFERS_BUILD_SHAREDLIB=ON
|
- -DFLATBUFFERS_BUILD_SHAREDLIB=ON
|
||||||
cleanup:
|
cleanup:
|
||||||
- /include/
|
- /include
|
||||||
- /lib/cmake/
|
- /lib/cmake
|
||||||
- /lib/pkgconfig/
|
- /lib/pkgconfig
|
||||||
- /lib/*.a
|
- /lib/*.a
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
|
@ -88,9 +88,9 @@ modules:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
- -DBUILD_SHARED_LIBS=ON
|
- -DBUILD_SHARED_LIBS=ON
|
||||||
cleanup:
|
cleanup:
|
||||||
- /include/
|
- /include
|
||||||
- /lib/cmake/
|
- /lib/cmake
|
||||||
- /lib/pkgconfig/
|
- /lib/pkgconfig
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/zeux/pugixml/releases/download/v1.11.4/pugixml-1.11.4.tar.gz
|
url: https://github.com/zeux/pugixml/releases/download/v1.11.4/pugixml-1.11.4.tar.gz
|
||||||
|
@ -106,11 +106,11 @@ modules:
|
||||||
make-install-args:
|
make-install-args:
|
||||||
- PREFIX=${FLATPAK_DEST}
|
- PREFIX=${FLATPAK_DEST}
|
||||||
cleanup:
|
cleanup:
|
||||||
- /bin/
|
- /bin
|
||||||
- /include/
|
- /include
|
||||||
- /lib/pkgconfig/
|
- /lib/pkgconfig
|
||||||
- /lib/*.a
|
- /lib/*.a
|
||||||
- /share/
|
- /share
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.0.tar.gz
|
url: https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.0.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue