Skip to content

Commit

Permalink
SAIL: Added LDFLAGS and CFLAGS for libomp in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Nov 9, 2023
1 parent 15c0048 commit ec44989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
name: "macOS 12.6"
env:
- CMAKE_PREFIX_PATH="/usr/local/opt/jpeg-turbo;$CMAKE_PREFIX_PATH"
- CMAKE_PREFIX_PATH="/usr/local/opt/libomp;$CMAKE_PREFIX_PATH"
- LDFLAGS="-L/usr/local/opt/libomp/lib"
- CFLAGS="-I/usr/local/opt/libomp/include"

before_script:
- |-
Expand Down

0 comments on commit ec44989

Please sign in to comment.