mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:55:45 +01:00
include glfw libraries in the makefile
This commit is contained in:
4
makefile
4
makefile
@@ -10,8 +10,8 @@ ARCH ?= 0
|
||||
# C compiler options
|
||||
CC := clang
|
||||
CSTD := c17
|
||||
CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith -static
|
||||
LDFLAGS :=
|
||||
CFLAGS := $(shell pkg-config --cflags glfw3) -Wall -Wextra -Wpedantic -Wno-pointer-arith -static
|
||||
LDFLAGS := $(shell pkg-config --libs glfw3)
|
||||
|
||||
# Rust compiler options
|
||||
RUSTC := cargo rustc
|
||||
|
||||
Reference in New Issue
Block a user