mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:35:46 +01:00
add glad into the compilation for openGL function entry points
This commit is contained in:
3401
lib/glad/gl.h
Normal file
3401
lib/glad/gl.h
Normal file
File diff suppressed because it is too large
Load Diff
2
makefile
2
makefile
@@ -10,7 +10,7 @@ ARCH ?= 0
|
|||||||
# C compiler options
|
# C compiler options
|
||||||
CC := clang
|
CC := clang
|
||||||
CSTD := c17
|
CSTD := c17
|
||||||
CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith -static
|
CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith -Ilib
|
||||||
LDFLAGS :=
|
LDFLAGS :=
|
||||||
|
|
||||||
ifneq ($(DEBUG),0)
|
ifneq ($(DEBUG),0)
|
||||||
|
|||||||
Reference in New Issue
Block a user