use make mac_x64

This commit is contained in:
SpiralP 2021-11-14 00:07:31 -08:00
parent ee9ce314a5
commit 19b94877be

View File

@ -128,10 +128,10 @@ jobs:
cd src
# fix for "error: implicit declaration of function 'CGDisplayBitsPerPixel'"
sed -i '' 's|#include <Cocoa/Cocoa.h>|&\'$'\nextern size_t CGDisplayBitsPerPixel(CGDirectDisplayID display);|' interop_cocoa.m
gcc *.c interop_cocoa.m -o ClassiCube -framework Cocoa -framework OpenGL -framework IOKit -lobjc
make mac_x64
- name: Build for ${{ matrix.config.plat }} (${{ matrix.config.bits }} bit)
if: matrix.config.plat == 'Mac' && matrix.config.bits == 32
run: |
cd src
make darwin
make mac_x32