move programPath out of Config.Files to Annex.Path
This works around horribleness in the Mavericks cpp, which falls over on the #if when configure is running. Moving it avoids the file being built at that point. But it's also a location that makes sense..
This commit is contained in:
parent
b14d03ce7c
commit
f913deab78
3 changed files with 35 additions and 23 deletions
|
@ -27,6 +27,7 @@ import qualified Types.Key
|
|||
import Assistant.TransferQueue
|
||||
import Assistant.TransferSlots
|
||||
import Remote (remoteFromUUID)
|
||||
import Annex.Path
|
||||
import Config.Files
|
||||
import Utility.ThreadScheduler
|
||||
import Utility.Tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue