Skip to content

Commit

Permalink
Get rid of extra '>' in the hint
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Apr 8, 2024
1 parent 1d09574 commit 6607b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hint.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(UNIX AND NOT APPLE)
elseif (UNIX)
# OS X
set(HSDIS_HINT "You can make it avaialble to the linker (-> and JVM) with the following command:
echo 'export DYLD_LIBRARY_PATH=\\$DYLD_LIBRARY_PATH:${DIR}>' >> ~/.zshrc")
echo 'export DYLD_LIBRARY_PATH=\\$DYLD_LIBRARY_PATH:${DIR}' >> ~/.zshrc")
else()
set(HSDIS_HINT
"I don't have a hint for your OS ¯\_(ツ)_/¯. Consider filing an issue?")
Expand Down

0 comments on commit 6607b6f

Please # to comment.