osgworks: Fix CMake file.
This commit is contained in:
parent
ad296d5b30
commit
57ecff7534
@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname}-git
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
|
||||
_ver_base=3.1.0
|
||||
pkgver=3.1.0.444
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="A toolkit for OpenSceneGraph applications (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
@ -71,4 +71,6 @@ package() {
|
||||
local MINGW_PREFIX_W=$(cygpath -m "${MINGW_PREFIX}")
|
||||
sed -i "s#${MINGW_PREFIX_W}#\${_IMPORT_PREFIX}#g" \
|
||||
"${pkgdir}${MINGW_PREFIX}"/lib/osgworks-targets-release.cmake
|
||||
sed -i "s#${MINGW_PREFIX_W}#\${_IMPORT_PREFIX}#g" \
|
||||
"${pkgdir}${MINGW_PREFIX}"/lib/osgworks-targets.cmake
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user