Skip to content

Commit

Permalink
Attempt #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 27, 2023
1 parent 666694a commit 9eb6c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
// default switches injected before all explicit command-line switches
switches = [
"-gcc=clang",
"-linker=lld",
"-linker=lld-15",
"-Xcc=-target",
"-Xcc=x86_64-apple-darwin",
"-Xcc=-isysroot",
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
// default switches injected before all explicit command-line switches
switches = [
"-gcc=clang",
"-linker=lld",
"-linker=lld-15",
"-Xcc=-target",
"-Xcc=arm64-apple-macos",
"-Xcc=-isysroot",
Expand Down
1 change: 0 additions & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
],

"libs-windows": [
"Qt5Bootstrap",
"Qt5Core",
"Qt5Gui",
"Qt5Widgets"
Expand Down

0 comments on commit 9eb6c30

Please sign in to comment.