| author | |
| committer | |
| log | a774f9334473822fd7c6c828dd3fb873788b2f72 |
| tree | b951aca86b170b204013988b9b46f4d9905528a6 |
| parent | a86759984c734d34a36bccda73baf60b19f1a633 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/target.zig+1-1| ... | ... | @@ -204,7 +204,7 @@ pub fn requiresPIC(target: std.Target, linking_libc: bool) bool { |
| 204 | 204 | /// This is not whether the target supports Position Independent Code, but whether the -fPIC |
| 205 | 205 | /// C compiler argument is valid to Clang. |
| 206 | 206 | pub fn supports_fpic(target: std.Target) bool { |
| 207 | return target.os.tag != .windows; | |
| 207 | return target.os.tag != .windows and target.os.tag != .uefi; | |
| 208 | 208 | } |
| 209 | 209 | |
| 210 | 210 | pub fn isSingleThreaded(target: std.Target) bool { |