oce: add missing clangarm64 install file
This commit is contained in:
parent
7cb3a18400
commit
010d2856e6
12
mingw-w64-oce/oce-CLANGARM64.install
Normal file
12
mingw-w64-oce/oce-CLANGARM64.install
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
post_install() {
|
||||||
|
_mingw=clangarm64
|
||||||
|
cd ${_mingw}
|
||||||
|
local _prefix=$(pwd -W)
|
||||||
|
cd -
|
||||||
|
sed -e "s|/${_mingw}|${_prefix}|g" -i ${_mingw}/lib/oce/OCE-libraries.cmake
|
||||||
|
sed -e 's|;[A-Z]:\/[^ ;]*\?\/'${_mingw}'|;${_IMPORT_PREFIX}|g' -i ${_mingw}/lib/oce/OCE-libraries-release.cmake
|
||||||
|
}
|
||||||
|
|
||||||
|
post_upgrade() {
|
||||||
|
post_install
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user