Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrondin committed Jan 21, 2023
1 parent 7d70385 commit ad38803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quickjs/dune
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
(targets libomp.a)
(action (bash "
cp /usr/local/Cellar/libomp/14.0.6/lib/libomp.a . &> /dev/null \
|| cp /usr/lib/libgomp.a .
|| cp /usr/lib/libgomp.a libomp.a
"))
(mode standard)
)

0 comments on commit ad38803

Please sign in to comment.