Merge pull request #1030 from pikajude/rsd-cc

Implement resolve-system-dependencies in C++
This commit is contained in:
Eelco Dolstra 2016-08-31 15:19:10 +02:00 committed by GitHub
commit aa1ea0d1e4
7 changed files with 207 additions and 147 deletions

View file

@ -76,7 +76,7 @@ void Settings::processEnvironment()
// should be set with the other config options, but depends on nixLibexecDir
#ifdef __APPLE__
preBuildHook = nixLibexecDir + "/nix/resolve-system-dependencies.pl";
preBuildHook = nixLibexecDir + "/nix/resolve-system-dependencies";
#endif
}