mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Buildfix
This commit is contained in:
parent
ff9e1517c7
commit
23e354847d
@ -338,6 +338,7 @@ add_library(Common STATIC
|
||||
Common/LogManager.cpp
|
||||
Common/LogManager.h
|
||||
Common/MemArenaAndroid.cpp
|
||||
Common/MemArenaDarwin.cpp
|
||||
Common/MemArenaPosix.cpp
|
||||
Common/MemArenaWin32.cpp
|
||||
Common/MemArena.h
|
||||
|
@ -193,7 +193,10 @@ EXEC_AND_LIB_FILES := \
|
||||
$(SRC)/Common/ColorConv.cpp \
|
||||
$(SRC)/Common/KeyMap.cpp \
|
||||
$(SRC)/Common/LogManager.cpp \
|
||||
$(SRC)/Common/MemArena.cpp \
|
||||
$(SRC)/Common/MemArenaAndroid.cpp \
|
||||
$(SRC)/Common/MemArenaDarwin.cpp \
|
||||
$(SRC)/Common/MemArenaWin32.cpp \
|
||||
$(SRC)/Common/MemArenaPosix.cpp \
|
||||
$(SRC)/Common/MemoryUtil.cpp \
|
||||
$(SRC)/Common/MsgHandler.cpp \
|
||||
$(SRC)/Common/FileUtil.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user