diff options
| author | jvoisin | 2025-01-28 12:52:23 +0100 |
|---|---|---|
| committer | jvoisin | 2025-01-28 13:18:31 +0100 |
| commit | f09abdf6e236198e6dbf7d049dc99534d9f8af01 (patch) | |
| tree | 5d1850df9ea2f8ddd68db3b778b0f48515e880fe /tests/Makefile | |
| parent | 369e73c80984aef940e9286e6d985c339924d1d1 (diff) | |
Fix a compilation error on C99
Add some ifdef guards around `getlogin_r`.
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index a8c7ac5..740fe4d 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -150,7 +150,7 @@ RUNTIME_TARGETS= \ | |||
| 150 | 150 | ||
| 151 | .SILENT: | 151 | .SILENT: |
| 152 | 152 | ||
| 153 | gcc: CC=../x86_64-linux-musl-native/bin/gcc | 153 | gcc: CC=../aarch64-linux-musl-native/bin/gcc |
| 154 | gcc: $(RUNTIME_TARGETS) | 154 | gcc: $(RUNTIME_TARGETS) |
| 155 | 155 | ||
| 156 | clang: CC=clang | 156 | clang: CC=clang |
