Skip to content

Commit

Permalink
Attempt #7 (the last one?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 27, 2023
1 parent 9eb6c30 commit 39f497d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
"-Xcc=-F",
"-Xcc=$HOME/ldc2-1.33.0-osx-x86_64/lib",
"-Xcc=-mmacosx-version-min=12.6",
"-L=-platform_version",
"-L=macos",
"-L=12.6.0",
"-L=0.0.0",
"-defaultlib=phobos2-ldc,druntime-ldc",
];
// default switches appended after all explicit command-line switches
Expand Down Expand Up @@ -182,6 +186,10 @@ jobs:
"-Xcc=-F",
"-Xcc=$HOME/ldc2-1.33.0-osx-arm64/lib",
"-Xcc=-mmacosx-version-min=12.6",
"-L=-platform_version",
"-L=macos",
"-L=12.6.0",
"-L=0.0.0",
"-defaultlib=phobos2-ldc,druntime-ldc",
];
// default switches appended after all explicit command-line switches
Expand Down Expand Up @@ -272,8 +280,8 @@ jobs:
- name: Rename
run: |
mkdir "${{github.workspace}}/bin/platforms"
cp $Qt5_DIR/plugins/platforms/qwindows.dll "${{github.workspace}}/bin/platforms"
cp $Qt5_DIR/bin/Qt5Core.dll $Qt5_DIR/bin/Qt5Gui.dll $Qt5_DIR/bin/Qt5Widgets.dll "${{github.workspace}}/bin"
cp $env:Qt5_DIR + '/plugins/platforms/qwindows.dll' "${{github.workspace}}/bin/platforms"
cp $env:Qt5_DIR + '/bin/Qt5Core.dll' $env:Qt5_DIR + '/bin/Qt5Gui.dll' $env:Qt5_DIR + '/bin/Qt5Widgets.dll' "${{github.workspace}}/bin"
zip -r sideloader-windows.zip bin/*
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 39f497d

Please sign in to comment.