Skip to content

Commit

Permalink
undid local .cabal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CetinSert committed Aug 14, 2012
1 parent af5da41 commit 04cbef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PortFusion.cabal
Expand Up @@ -84,7 +84,7 @@ executable PortFusion
if os(windows)
build-depends: network >= 2.3.0.13
if arch(i386)
ghc-options: res\win\PortFusion-64.res
ghc-options: res\win\PortFusion.res
if arch(x86_64)
ghc-options: res\win\PortFusion-64.res
else
Expand Down Expand Up @@ -134,7 +134,7 @@ executable PortFusion


if arch(i386)
cpp-options: -D__ARCH__="x86-64"
cpp-options: -D__ARCH__="x86"
else
if arch(x86_64)
cpp-options: -D__ARCH__="x86-64"
Expand Down

0 comments on commit 04cbef0

Please sign in to comment.