File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ function(convert_to_native file_name out_name option)
117117 # Run the powershell script to convert the .o file to a .sys file
118118 add_custom_command (
119119 OUTPUT ${bpf_sys_file_path} ${bpf_pdb_file_path}
120- COMMAND powershell -ExecutionPolicy Bypass -File ${EBPF_BIN_PATH} /Convert-BpfToNative.ps1 -FileName ${bpf_obj_file_name} -IncludeDir ${EBPF_INC_PATH} -OutDir ${CMAKE_CURRENT_BINARY_DIR} -BinDir ${EBPF_BIN_PATH}
120+ COMMAND powershell -ExecutionPolicy Bypass -File ${EBPF_BIN_PATH} /Convert-BpfToNative.ps1 -FileName ${bpf_obj_file_name} -IncludeDir ${EBPF_INC_PATH} -OutDir ${CMAKE_CURRENT_BINARY_DIR} -BinDir ${EBPF_BIN_PATH} - Configuration $<$<CONFIG:Debug>:Debug>$<$<CONFIG:Release>:Release>
121121 DEPENDS ${bpf_obj_file_path} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} /export_program_info.log
122122 COMMENT "Converting BPF object ${bpf_obj_file_path} to native"
123123 POST_BUILD
You can’t perform that action at this time.
0 commit comments