mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
Update makefile_linux
Change Command Line Define to __LINUX__
This commit is contained in:
parent
d43ecd4981
commit
71c6b36a1c
|
@ -1,4 +1,4 @@
|
|||
CXXFLAGS = -std=c++14 -Wall -O2 -D__C4DROID__ -Iinclude
|
||||
CXXFLAGS = -std=c++14 -Wall -O2 -D__LINUX__ -Iinclude
|
||||
LDFLAGS =
|
||||
LDLIBS = -lstdc++ -lSDL2_image -lSDL2_net -lSDL2_ttf -lSDL2_mixer -lSDL2_test -lSDL2 -shared
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user