@@ -208,19 +208,20 @@ namespace mob::tasks {
208208 op::delete_directory (cx (), source_path () / " build" , op::optional);
209209
210210 // build modules
211- run_tool (process_runner (
212- process ()
213- .binary (sip::sip_install_exe ())
214- .arg (" --confirm-license" )
215- .arg (" --verbose" , process::log_trace)
216- .arg (" --pep484-pyi" )
217- .arg (" --link-full-dll" )
218- .arg (" --build-dir" , build_path ())
219- // .arg("--enable", "pylupdate") // these are not in modules
220- // so they .arg("--enable", "pyrcc") // don't get copied below
221- // .args(zip(repeat("--enable"), modules()))
222- .cwd (source_path ())
223- .env (pyqt_env)));
211+ run_tool (process_runner (process ()
212+ .binary (sip::sip_install_exe ())
213+ .arg (" --confirm-license" )
214+ .arg (" --verbose" , process::log_trace)
215+ .arg (" --pep484-pyi" )
216+ .arg (" --link-full-dll" )
217+ .arg (" --build-dir" , build_path ())
218+ // .arg("--enable",
219+ // "pylupdate") // these are not in modules so
220+ // they .arg("--enable", "pyrcc") // don't
221+ // get copied below
222+ // .args(zip(repeat("--enable"), modules()))
223+ .cwd (source_path ())
224+ .env (pyqt_env)));
224225
225226 // done, create the bypass file
226227 built_bypass.create ();
0 commit comments