浏览代码

add autoupdate

Jonathan Jogenfors 1 年之前
父节点
当前提交
a0048118e1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      server/bin/build-libraw.sh

+ 1 - 0
server/bin/build-libraw.sh

@@ -14,6 +14,7 @@ tar -xvf ${LIBRAW_VERSION}.tar.gz -C libraw --strip-components=1
 rm ${LIBRAW_VERSION}.tar.gz
 rm libraw.sha256
 cd libraw
+autoupdate
 autoreconf --install
 ./configure
 make -j$(nproc)