Skip to content

Commit

Permalink
make cross compile thigns have access to the extlib
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Oct 24, 2024
1 parent 325ff73 commit d6fef69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/7-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
cd ../opend
cd src
$DMD -ofopend -i opend.d
$DMD -ofopend -i opend.d -I../../../installed/import/
cp opend ../../../installed/bin/
- name: Build & copy upstream dlang tools
Expand Down

0 comments on commit d6fef69

Please sign in to comment.