mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-31 20:52:13 +01:00
Merge pull request #10844 from per1234/fix-build-system
Fix built-in examples update during build
This commit is contained in:
commit
a056a5fdc7
@ -242,7 +242,8 @@
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="${BUILT-IN-EXAMPLES-REPOSITORY-NAME}-${BUILT-IN-EXAMPLES-VERSION}.zip" />
|
||||
<param name="archive_url" value="https://github.com/${BUILT-IN-EXAMPLES-REPOSITORY-OWNER}/${BUILT-IN-EXAMPLES-REPOSITORY-NAME}/archive/${BUILT-IN-EXAMPLES-VERSION}.zip" />
|
||||
<param name="final_folder" value="${BUILT-IN-EXAMPLES-FINAL-PATH}" />
|
||||
<!-- Because the presence of this folder determines whether the extraction happens, this must point to a version-dependent path, otherwise updates will fail -->
|
||||
<param name="final_folder" value="${BUILT-IN-EXAMPLES-STAGING-PATH}/${BUILT-IN-EXAMPLES-REPOSITORY-NAME}-${BUILT-IN-EXAMPLES-VERSION}/examples" />
|
||||
<param name="dest_folder" value="${BUILT-IN-EXAMPLES-STAGING-PATH}" />
|
||||
</antcall>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user