Skip to content

Commit

Permalink
minor fix/cleanup
Browse files Browse the repository at this point in the history
INTERNAL_DOWNLOADER, and BRICK are not used in ghcup-tui
  • Loading branch information
dfordivam authored and lsmor committed Jun 13, 2024
1 parent d97246a commit 1753199
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ghcup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,8 @@ library ghcup-tui
, brick ^>=2.1
, vty ^>=6.0 || ^>=6.1 || ^>=6.2

if flag(internal-downloader)
cpp-options: -DINTERNAL_DOWNLOADER

if flag(tui)
cpp-options: -DBRICK
if !flag(tui)
buildable: False

if os(windows)
cpp-options: -DIS_WINDOWS
Expand Down

0 comments on commit 1753199

Please sign in to comment.