Skip to content

Commit

Permalink
Add -I examples to appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 16, 2023
1 parent 83c9ccc commit 2d4891c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install:
- cd boost-root
- git submodule update --init tools/boostdep
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\property_tree\
- python tools/boostdep/depinst/depinst.py property_tree
- python tools/boostdep/depinst/depinst.py -I examples property_tree
- cmd /c bootstrap
- b2 -d0 headers

Expand Down

0 comments on commit 2d4891c

Please sign in to comment.