Skip to content

Commit

Permalink
more dmd windows build package attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Sep 22, 2024
1 parent c99fbf0 commit 323b0c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/5-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ runs:
cp opend/generated/*/release/64/dmd.exe install/bin
cp c:/program\ files/llvm/bin/lld-link.exe install/bin
echo -e '[Environment64]\nDFLAGS=-I%@P%/../import -L-L%@P%/../lib -L--export-dynamic -fPIC' > install/bin/dmd.conf
if [[ '${{ runner.os }}' == Windows ]]; then
echo -e '[Environment64]\nDFLAGS=-I%@P%/../import\nLIB=%@P%/../lib;%@P%/../lib/mingw' > install/bin/dmd.conf
fi
cp opend/phobos/generated/*/release/64/*.a install/lib
cp -a opend/phobos/generated/*/release/64/*.so* install/lib
cp -a opend/phobos/generated/*/release/64/*.dylib* install/lib
cp opend/phobos/generated/*/release/64/*.lib install/lib
cp opend/phobos/phobos64.lib install/lib
cp opend/phobos/generated/*/release/64/*.dll install/lib
echo done
Expand Down

0 comments on commit 323b0c6

Please sign in to comment.