2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Fix exe extension on Cygwin.

Fixes #2913.


[SVN r52212]
This commit is contained in:
Vladimir Prus
2009-04-06 09:46:17 +00:00
parent 9505640385
commit d0ce66eefe

View File

@@ -6,4 +6,4 @@ import type ;
type.register EXE ;
type.set-generated-target-suffix EXE : <target-os>windows : "exe" ;
type.set-generated-target-suffix EXE : <target-os>cygiwn : "exe" ;
type.set-generated-target-suffix EXE : <target-os>cygwin : "exe" ;