summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-04-30 12:28:47 +0800
committerTitanSnow <[email protected]>2017-04-30 12:29:43 +0800
commit73eea1fccb4e11f3678eaddaad22cae5ab79106c (patch)
tree56c06f69df8dfb331c941cf2ec975fa71b616ae9 /core/src/xmake/makefile
parent90d69cadfa5f5846e311876bfbd4a298c666fc8e (diff)
add os.getwinsize()
Diffstat (limited to 'core/src/xmake/makefile')
-rw-r--r--core/src/xmake/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index 0d0399bb1..4b7c5192e 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -35,6 +35,7 @@ xmake_C_FILES += \
os/getenv \
os/emptydir \
os/strerror \
+ os/getwinsize \
path/relative \
path/absolute \
path/translate \