Skip to content

Commit

Permalink
build_flrn: remove unneeded -DUTF8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cigaes committed Dec 7, 2014
1 parent 09acf6f commit 8f0e995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_flrn
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ while [[ $# != 0 ]]; do
if [[ $1 == configure ]]; then
shift
configure_options=()
configure_cppflags="-I$tmpdir/usr/include -DUTF8"
configure_cppflags="-I$tmpdir/usr/include"
configure_ldflags="-L$tmpdir/usr/lib"
while [[ $# != 0 && $1 != -- ]]; do
configure_options=($configure_options $1)
Expand Down

0 comments on commit 8f0e995

Please sign in to comment.