We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a877ad commit 2178f75Copy full SHA for 2178f75
packages/conf-fswatch/conf-fswatch.11-0.1.3/opam
@@ -7,7 +7,7 @@ license: "MIT"
7
8
build: [
9
["sh" "-exec" "cc -I/usr/local/include/libfswatch/c -I/usr/include/libfswatch/c $CFLAGS test.c -lfswatch"] { !(os-distribution = "homebrew" & arch = "arm64") }
10
- ["sh" "-exec" "cc -I$(brew --prefix)/include/libfswatch/c $CFLAGS test.c -lfswatch"] { os-distribution = "homebrew" & arch = "arm64" }
+ ["sh" "-exec" "cc -I$(brew --prefix)/include/libfswatch/c -L$(brew --prefix)/lib $CFLAGS test.c -lfswatch"] { os-distribution = "homebrew" & arch = "arm64" }
11
]
12
13
depexts: [
0 commit comments