瀏覽代碼

Fix build of libbenchmarklib

master
Ray Burgemeestre 5 年之前
父節點
當前提交
72b389e9b6
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      benchmarklib/Makefile

+ 3
- 2
benchmarklib/Makefile 查看文件

@@ -17,8 +17,9 @@ impl:

package:
rm -rf out
mkdir -p out/opt/cppse/build/benchmarklib
cp -prv ./benchmarklib/libbenchmarklib.so out/opt/cppse/build/benchmarklib/
mkdir -p out/opt/cppse/build/benchmarklib/{include,lib}
cp -prv /usr/local/lib/libbenchmarklib.a out/opt/cppse/build/benchmarklib/lib/
cp -prv /usr/local/include/benchmark.h out/opt/cppse/build/benchmarklib/include/
rm -rf benchmarklib_1.0_amd64.deb
docker run -v "$$(pwd):/src/" rayburgemeestre/fpm-ubuntu:18.04 fpm -s dir -t deb -n benchmarklib --license MPL2 --maintainer "Ray Burgemeestre <ray@cppse.nl>" --description "benchmarklib - build dependency" --url "https://bitbucket.org/rayburgemeestre/benchmarklib" --deb-generate-changes -C /src/out


Loading…
取消
儲存