We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27cf4d commit 2eddc49Copy full SHA for 2eddc49
cabal-install/Distribution/Client/Setup.hs
@@ -385,6 +385,11 @@ installOptions showOrParseArgs =
385
installRootCmd (\v flags -> flags { installRootCmd = v })
386
(reqArg' "COMMAND" toFlag flagToList)
387
388
+ , option [] ["symlink-bindir"]
389
+ "Add symlinks to installed executables into this directory."
390
+ installSymlinkBinDir (\v flags -> flags { installSymlinkBinDir = v })
391
+ (reqArgFlag "DIR")
392
+
393
, option [] ["cabal-lib-version"]
394
("Select which version of the Cabal lib to use to build packages "
395
++ "(useful for testing).")
0 commit comments