Skip to content

Commit 232d21e

Browse files
authored
Add civetweb to the minimal package (#609)
* Fix #608: Add civetweb to the min package creation * Fix markdown linting
1 parent 6c3a84b commit 232d21e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/connext_dds/asynchronous_publication/py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ For the full list of arguments:
2020
python async_publisher.py -h
2121
or
2222
python async_subscriber.py -h
23-
```
23+
```

resources/aws/create_minimal_package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ def select_files_for_minimun_package(installation_path):
421421
"resource/app/lib/java/**/*",
422422
"resource/idl/**/*",
423423
"resource/scripts/**/*",
424+
"third_party/civetweb*/**/*",
424425
)
425426
selected_files = []
426427

0 commit comments

Comments
 (0)