Skip to content
Snippets Groups Projects

Resolve "MacOS Support"

Merged Josch Morgenstern requested to merge 86-macos-support into develop
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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 .
Loading