Skip to content

Commit

Permalink
win64: stubs → sys
Browse files Browse the repository at this point in the history
  • Loading branch information
qwx9 committed Dec 19, 2024
1 parent 1e17f40 commit dbe05b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ else ifeq ($(TARGET),Win64)
LDFLAGS+= -static
LDLIBS+= -lkernel32 -luser32 -lshell32 -ldxgi -ld3d11 -lole32 -lgdi32 -Wl,-Bstatic -lpthread
OBJ+=\
win64/stubs.o\
win64/sys.o\

else ifeq ($(TARGET),MacOS)
PREFIX?= /usr/local
Expand Down
File renamed without changes.

0 comments on commit dbe05b7

Please sign in to comment.