Skip to content

Commit

Permalink
ronn: try to fix
Browse files Browse the repository at this point in the history
see #2883
  • Loading branch information
Markus Raab committed Aug 23, 2019
1 parent edb1469 commit 2a11482
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/cmake/Modules/LibAddMacros.cmake
Expand Up @@ -556,9 +556,11 @@ function (generate_manpage NAME)
if (RONN_LOC)
add_custom_command (OUTPUT ${OUTFILE}
DEPENDS ${MDFILE}
COMMAND export
RUBYOPT="-Eutf-8"
&&
COMMAND ${CMAKE_COMMAND}
-E
env
RUBYOPT="-Eutf-8:utf-8"
LC_ALL="C.utf-8"
${RONN_LOC}
ARGS
-r
Expand Down

0 comments on commit 2a11482

Please sign in to comment.