Skip to content

Commit

Permalink
Hotfix for #219
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnask committed Sep 2, 2011
1 parent af66acb commit 538715a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/rock/frontend/BuildParams.ooc
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ BuildParams: class {

// Cache libs in `libcachePath` directory
libcache := true
version(windows) {
libcache = false
}

// Path to store cache-libs
libcachePath := ".libs"
Expand Down

0 comments on commit 538715a

Please sign in to comment.