Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Feb 23, 2024
1 parent 7d8e2c7 commit 5aea6f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
${BUILD_CMDLINE}
- name: Upload Package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.target }}
path: |
Expand Down
2 changes: 2 additions & 0 deletions aedi/target/library_tier1.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ def _make_dylib(self, state: BuildState):
dynamic_lib_time = os.stat(dynamic_lib_path).st_mtime if os.path.exists(dynamic_lib_path) else 0

if static_lib_time != dynamic_lib_time:
os.makedirs(state.lib_path, exist_ok=True)

args = [
'clang++',
'-stdlib=libc++',
Expand Down

0 comments on commit 5aea6f2

Please sign in to comment.