diff options
author | Tim Biermann <tbier@posteo.de> | 2020-06-15 09:25:57 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-06-15 09:44:01 +0000 |
commit | 854d89ecddc836cc0844f4186172328201f04dd4 (patch) | |
tree | 7613b3aa420639e5a177d492ae8acdbda3d80a6b /assimp/Pkgfile | |
parent | ca9c0b1a37296a8c98babf40c3da8356eb5abb19 (diff) | |
download | contrib-854d89ecddc836cc0844f4186172328201f04dd4.tar.gz contrib-854d89ecddc836cc0844f4186172328201f04dd4.tar.xz |
assimp: fixed signature
Diffstat (limited to 'assimp/Pkgfile')
-rw-r--r-- | assimp/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assimp/Pkgfile b/assimp/Pkgfile index bb1b1f7a5..91957537f 100644 --- a/assimp/Pkgfile +++ b/assimp/Pkgfile @@ -13,6 +13,6 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DASSIMP_BUILD_SAMPLES=OFF - cmake --build build --target install + cmake --build build DESTDIR=$PKG cmake --build build --target install } |