Skip to content

Fix for failure when dev environment is on non-C: drive#1

Open
DanAndersen wants to merge 1 commit intoortclib:releases/m62from
DanAndersen:andersed/fix-build-across-drive-letters
Open

Fix for failure when dev environment is on non-C: drive#1
DanAndersen wants to merge 1 commit intoortclib:releases/m62from
DanAndersen:andersed/fix-build-across-drive-letters

Conversation

@DanAndersen
Copy link

When running vcvarsall.bat during compilation, the current directory switches to the Users directory and has to be changed back to the original winbuild folder. However, if ortclib is being built on a drive that is not C:, the CD command will fail. This pull request adds the /D flag to allow for cross-drive directory changes.

@robin-raymond robin-raymond requested a review from vmancic May 22, 2018 00:38
@robin-raymond
Copy link

@vmancic Can you review this pull request please?

@vmancic vmancic requested review from SergioOpenPeer and removed request for vmancic May 24, 2018 21:47
@vmancic
Copy link

vmancic commented May 24, 2018

Changes approved.

P.S.
Mistakenly requested review from SergioOpenPeer

@vmancic vmancic requested review from vmancic and removed request for SergioOpenPeer May 24, 2018 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants