Skip to content
Snippets Groups Projects
Verified Commit ba34d7e3 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#86] set LDFLAGS and CPPFLAGS

parent 7a58b250
No related branches found
No related tags found
1 merge request!78Resolve "MacOS Support"
Pipeline #26360 failed
......@@ -65,6 +65,8 @@ build_mac_clang:
script:
- mkdir debug
- cd debug
- export LDFLAGS="-L/usr/local/opt/llvm/lib"
- export CPPFLAGS="-I/usr/local/opt/llvm/include"
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment