We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc9d51 commit f3e895fCopy full SHA for f3e895f
compiler/compiler-settings.cpp
@@ -416,7 +416,7 @@ void CompilerSettings::init() {
416
dest_cpp_dir.value_ = dest_dir.get() + "kphp/";
417
dest_objs_dir.value_ = dest_dir.get() + "objs/";
418
if (is_k2_mode) {
419
- binary_path.value_ = dest_dir.get() + "k2." + k2_component_name.get() + "." + build_timestamp.value_ + ".so";
+ binary_path.value_ = dest_dir.get() + k2_component_name.get() + ".so";
420
} else {
421
binary_path.value_ = dest_dir.get() + mode.get();
422
}
0 commit comments