Skip to content

Commit d6fef69

Browse files
committed
make cross compile thigns have access to the extlib
1 parent 325ff73 commit d6fef69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/7-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
3535
cd ../opend
3636
cd src
37-
$DMD -ofopend -i opend.d
37+
$DMD -ofopend -i opend.d -I../../../installed/import/
3838
cp opend ../../../installed/bin/
3939
4040
- name: Build & copy upstream dlang tools

0 commit comments

Comments
 (0)