Skip to content

Commit

Permalink
Fix DOS linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstien committed Jan 5, 2024
1 parent bad287e commit b6834ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
case ${{ matrix.platform.name }} in
msdos*)
echo CC=wcl386 >> $GITHUB_ENV
echo AR=wlib >> $GITHUB_ENV
echo "INCLUDE=$WATCOM/h" >> $GITHUB_ENV
echo "LIB=$WATCOM/lib386" >> $GITHUB_ENV
echo "PATH=$WATCOM/binl:$WATCOM/binw:$PATH" >> $GITHUB_ENV
Expand Down

0 comments on commit b6834ad

Please sign in to comment.