Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iotivity-lite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IoTivity
iotivity-lite
Commits
d1dde6b7
Commit
d1dde6b7
authored
Sep 02, 2020
by
Kishen Maloor
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'gaborone' into gaborone+
Signed-off-by:
Kishen Maloor
<
kishen.maloor@intel.com
>
parents
9f69c32e
98c58340
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
port/windows/patch-mbedtls.bat
port/windows/patch-mbedtls.bat
+1
-1
No files found.
port/windows/patch-mbedtls.bat
View file @
d1dde6b7
...
...
@@ -43,7 +43,7 @@ cd %~dp0..\..\deps\mbedtls || goto error
@rem -s : work silently
@rem -N : do not reverse the patch if already applied
@rem -p1 : remove first path component from paths in the patches
for
/r
..\..\patches
%%F
IN
(
*
.patch
)
DO
(
for
/r
..\..\patches
%%F
IN
(
05
_mbedtls_ocf
-microsoft
.patch
06
_mbedtls_constrained.patch
08
_mbedtls_C99.patch
09
-ocf-samsung-psk
.patch
10
-ocf-samsung-anon
.patch
)
DO
(
"
%PATCH_CMD%
"
-r
-
-s -N -p
1
<
%%F
||
goto
error
)
@rem VS project can check existence of the file whether to invoke
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment