Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Jan 9, 2024
1 parent 2f3c43d commit 03a154b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ LDFLAGS := $(LDFLAGS) -mwindows
ENDFLAGS := $(ENDFLAGS) -static -Lsrc/ClassiCube/x86 -Lsrc/ClassiCube/x64 -lClassiCube -lole32 -lwinmm -loleaut32 -limm32 -lversion -lsetupapi

else ifeq ($(shell uname -s),Darwin)
CC := gcc-13
CXX := g++-13
LIB_FILE := $(DIST_DIR)/libClassic64.dylib
CFLAGS := $(CFLAGS) -Isrc/decomp/include
ENDFLAGS := -undefined dynamic_lookup
Expand Down

0 comments on commit 03a154b

Please sign in to comment.