Skip to content

Commit 5416d90

Browse files
committed
Merge branch 'theo/copy_bindgen_mingw' into 'master'
windows: copy bindgen output to mingw folder See merge request TankerHQ/sdk-rust!59
2 parents 1d43a96 + fb8dc44 commit 5416d90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: run-ci.py

+2
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ def _prepare_profile(self) -> None:
235235
include_path=include_path,
236236
dynamic_loading=self._is_windows_target,
237237
)
238+
if self._is_windows_target:
239+
shutil.copyfile(native_path / "ctanker.rs", mingw_path / "ctanker.rs")
238240

239241
def prepare(self, update: bool, tanker_ref: Optional[str] = None) -> None:
240242
tanker_deployed_ref = tanker_ref

0 commit comments

Comments
 (0)