Skip to content

Commit

Permalink
new libs
Browse files Browse the repository at this point in the history
  • Loading branch information
George-RG committed Sep 15, 2022
1 parent fbc997a commit f249094
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
*.log
*.o
*.json
*.a

.vscode/

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else
endif

ifeq ($(PLATFORM),WIN)
LDFLAGS += -L$(LIB)/windows -lopengl32 -lgdi32 -lwinmm -lpthread $(LIBS)
LDFLAGS += -lgdi32 -lwinmm -lopengl32 -lpthread -L$(LIB)/windows/ $(LIBS)
CC = x86_64-w64-mingw32-gcc
CXX = x86_64-w64-mingw32-g++

Expand All @@ -64,7 +64,7 @@ else ifeq ($(PLATFORM),LINUX)

WIN_PATH = ./
else ifeq ($(PLATFORM),WEB)
LDFLAGS += -L$(LIB)/web -lGL -lpthread -ldl -lrt -lX11 $(LIBS)
LDFLAGS += -L$(LIB)/web -lGL -lpthread -ldl -lrt -lX11 $(LIBS)

OBJS := EMCC $(OBJS)

Expand Down
Binary file added libs/linux/libraylib.a
Binary file not shown.
Binary file added libs/web/libraylib.a
Binary file not shown.
Binary file added libs/windows/libraylib.a
Binary file not shown.

0 comments on commit f249094

Please sign in to comment.