Skip to content

Commit

Permalink
Remove obsolete 'vendor' refs
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann authored and 0cyn committed Jan 10, 2024
1 parent aa7dd2b commit 9cf0f33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/source/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ src/:
A place for out-sourced tools modified and built for use with dragon
toolchain/:
A place for a user-provided toolchain [unnecessary on Darwin platforms]
vendor/:
A place for tools and resources provided by dragon [not meant to be edited]
2 changes: 1 addition & 1 deletion src/dragon/config/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Defaults:
additional_lib_dirs:
additional_fw_dirs:
prefix: []
cinclude: '-I$dragon_root_dir/include -I$dragon_root_dir/vendor/include -I$dragon_root_dir/include/_fallback -I$dragon_root_dir/headers/ -I$pwd'
cinclude: '-I$dragon_root_dir/include -I$dragon_root_dir/include/_fallback -I$dragon_root_dir/headers/ -I$pwd'
stagedir: '_'
modulesinternal: '-fmodules -fcxx-modules -fmodule-name=$name -fbuild-session-file=$dragon_data_dir/modules/ -fmodules-validate-once-per-build-session -fmodules-prune-after=345600 -fmodules-prune-interval=86400'

Expand Down
2 changes: 1 addition & 1 deletion src/dragon/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def setup_wizard():

os.chdir(dragon_root_dir)

for repo in ('lib', 'include', 'frameworks', 'vendor', 'sdks', 'src'):
for repo in ('lib', 'include', 'frameworks', 'sdks', 'src'):
try:
get_supporting(
f'https://api.github.com/repos/DragonBuild/{repo}/releases/latest',
Expand Down

0 comments on commit 9cf0f33

Please sign in to comment.