Skip to content

Commit 775a48e

Browse files
committed
chore: Simplify path to the cmake target
1 parent d7fcf17 commit 775a48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fn main() {
1010
let cores = std::thread::available_parallelism().unwrap().get();
1111

1212
// Build & link required Valhalla libraries
13-
let dst = cmake::Config::new("./valhalla/")
13+
let dst = cmake::Config::new("valhalla")
1414
.define("CMAKE_BUILD_TYPE", build_type)
1515
.define("CMAKE_EXPORT_COMPILE_COMMANDS", "ON") // Required to extract include paths
1616
// Enable link-time optimization only in Release configuration to have reasonable compile times in Debug

0 commit comments

Comments
 (0)