We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fcf17 commit 775a48eCopy full SHA for 775a48e
build.rs
@@ -10,7 +10,7 @@ fn main() {
10
let cores = std::thread::available_parallelism().unwrap().get();
11
12
// Build & link required Valhalla libraries
13
- let dst = cmake::Config::new("./valhalla/")
+ let dst = cmake::Config::new("valhalla")
14
.define("CMAKE_BUILD_TYPE", build_type)
15
.define("CMAKE_EXPORT_COMPILE_COMMANDS", "ON") // Required to extract include paths
16
// Enable link-time optimization only in Release configuration to have reasonable compile times in Debug
0 commit comments