Skip to content

Commit 7ff73c4

Browse files
committed
ci: Attempting to fix Windows clang by manually setting b_pie to false
Latest Clang for Windows does not want this option and while it is in the native/cross file, trying to set it at the command line to see if this resolves the build error Signed-off-by: Tyler Erickson <[email protected]>
1 parent 2fc512c commit 7ff73c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
os: windows-latest,
6868
cc: "clang.exe",
6969
cxx: "clang++.exe",
70-
meson_opts: "--native-file=./meson_crosscompile/Windows-Clang.txt",
70+
meson_opts: "--native-file=./meson_crosscompile/Windows-Clang.txt -Db_pie=false",
7171
release_name: "win-x86_64-clang",
7272
release_extension: ".zip",
7373
archive_command: "7z a -tzip -mmt"

0 commit comments

Comments
 (0)