Skip to content

Commit

Permalink
Disable 'dtrace' to fix 'glib_probes.h not found' build error in some…
Browse files Browse the repository at this point in the history
… environments (#34)
  • Loading branch information
decster authored and tkoeppe committed Oct 6, 2017
1 parent 9af8f87 commit 7a3be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glib.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ genrule(
"config.h",
"glibconfig.h",
],
cmd = "./$(location configure) --disable-fam " +
cmd = "./$(location configure) --disable-fam --enable-dtrace=no " +
"&& cp --verbose -- config.h $(location config.h)" +
"&& cp --verbose -- glib/glibconfig.h $(location glibconfig.h)",
)
Expand Down

0 comments on commit 7a3be15

Please sign in to comment.