Skip to content

Commit

Permalink
winegcc_wrapper: Remove misleading usage hint
Browse files Browse the repository at this point in the history
winegcc_wrapper.in is only intended to be used within FindWine.cmake. Also
moved it to the same directory for this reason.
  • Loading branch information
lukas-w committed Jun 16, 2018
1 parent af57300 commit d7297f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# Wrapper script for winegcc to remove .exe file ending automatically
# appended by winebuild.
# Usage: winegcc <args ...>
# See FindWine.cmake for usage

set -e

Expand Down

0 comments on commit d7297f5

Please sign in to comment.