Skip to content
Snippets Groups Projects
Commit 2453a0da authored by Thibault Cohen's avatar Thibault Cohen Committed by Guillaume Roguez
Browse files

packaging: fix/typo build packaging command

Refs #72145

Change-Id: I0d5ca33ee7335a3fe2735bb755ef33fb31c2b76d
parent 8b7506ed
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ osx: ...@@ -28,7 +28,7 @@ osx:
- cd libringclient - cd libringclient
- mkdir build - mkdir build
- cd build - cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=%(prefix_path) -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ - cmake .. -DCMAKE_INSTALL_PREFIX=%(prefix_path)s -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++
- make install - make install
- cd .. - cd ..
- echo "Client" - echo "Client"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment