Skip to content

Commit

Permalink
Remove a spurious --prefix that was probably causing occasional failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj committed May 29, 2017
1 parent 818041f commit 49601f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ test-short-load:


build-binary-common:
cabal install --disable-library-profiling --disable-profiling --disable-documentation -f-release --prefix=/ --only-dependencies
cabal install --disable-library-profiling --disable-profiling --disable-documentation -f-release --only-dependencies
cabal configure --disable-library-profiling --disable-profiling -f-release --prefix=/ --datadir=. --datasubdir=.
cabal build exe:LambdaHack
mkdir -p LambdaHackTheGame/GameDefinition/fonts
Expand Down

0 comments on commit 49601f5

Please sign in to comment.