[go: nahoru, domu]

Skip to content

Commit

Permalink
Re-add workaround for issue dnschneid#3352.
Browse files Browse the repository at this point in the history
This commit re-applies the workaround added in commit
d11419c, which was subsequently
reverted in commit d3c1801.
  • Loading branch information
jichu4n committed Jul 21, 2020
1 parent 67dc8d7 commit e6aaa6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion targets/audio
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,10 @@ END
{
convert_automake

# Note: -Wno-int-in-bool-context is necessary for building CRAS on
# older ChromeOS versions (issue #3352).
echo '
CFLAGS="$CFLAGS -DCRAS_SOCKET_FILE_DIR=\"/var/run/cras\""
CFLAGS="$CFLAGS -Wno-int-in-bool-context -DCRAS_SOCKET_FILE_DIR=\"/var/run/cras\""
buildlib libcras
Expand Down

0 comments on commit e6aaa6f

Please sign in to comment.