Try to fix compilation under MacOS

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-11-30 13:01:56 -05:00
parent af95af6f3a
commit 9ef117cbc6
+5
View File
@@ -27,6 +27,11 @@ jobs:
- name: Build
env:
TOOLPREFIX: x86_64-elf-
CC: $(TOOLPREFIX)gcc
AS: $(TOOLPREFIX)gas
LD: $(TOOLPREFIX)ld
OBJCOPY: $(TOOLPREFIX)objcopy
OBJDUMP: $(TOOLPREFIX)objdump
run: |
cmake -DCMAKE_ASM_COMPILER=/usr/local/bin/nasm -B build
cmake --build build --parallel 2 --verbose