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 57fdaed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/modules/FindWine.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ IF(WINE_32_LIBRARY_DIR)
ENDIF()

# Create winegcc wrapper
configure_file(${CMAKE_CURRENT_LIST_DIR}/../linux/winegcc_wrapper.in winegcc_wrapper @ONLY)
configure_file(${CMAKE_CURRENT_LIST_DIR}/winegcc_wrapper.in winegcc_wrapper @ONLY)
SET(WINEGCC "${CMAKE_CURRENT_BINARY_DIR}/winegcc_wrapper")
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 57fdaed

Please sign in to comment.