Skip to content

Commit 7a3be15

Browse files
decstertkoeppe
authored andcommitted
Disable 'dtrace' to fix 'glib_probes.h not found' build error in some environments (#34)
1 parent 9af8f87 commit 7a3be15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glib.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ genrule(
1414
"config.h",
1515
"glibconfig.h",
1616
],
17-
cmd = "./$(location configure) --disable-fam " +
17+
cmd = "./$(location configure) --disable-fam --enable-dtrace=no " +
1818
"&& cp --verbose -- config.h $(location config.h)" +
1919
"&& cp --verbose -- glib/glibconfig.h $(location glibconfig.h)",
2020
)

0 commit comments

Comments
 (0)