mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-16 06:18:30 +01:00
try to get linux compiling
This commit is contained in:
@@ -13,7 +13,7 @@ UNAME_S := $(shell uname -s)
|
||||
ifeq ($(UNAME_S), Linux) #LINUX
|
||||
ECHO_MESSAGE = "Linux"
|
||||
|
||||
CXXFLAGS = -I../../ `pkg-config --cflags glfw3`
|
||||
CXXFLAGS = -I../../
|
||||
CXXFLAGS += -Wall
|
||||
CFLAGS = $(CXXFLAGS)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user