mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 18:19:11 +00:00
Include MagicWand library in the dependency image. (#1209)
* Include MagicWand library. * Remove duplication. * Limit dynamic libraries in the release build. * Use cp -a instead of -r. * Use bash instead of sh.
This commit is contained in:
4
dependencies/build_libraw.sh
vendored
4
dependencies/build_libraw.sh
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
: ${DEB_HOST_MULTIARCH=`uname -m`-linux-gnu}
|
||||
: ${DEB_HOST_ARCH=`dpkg --print-architecture`}
|
||||
|
||||
Reference in New Issue
Block a user