summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-22 07:14:04 +0800
committerTitanSnow <[email protected]>2017-05-22 07:25:43 +0800
commit24cf9ef118cb14176b7f750e71db92a8c599823a (patch)
tree260357f60e33d076454daf4165f682e32da06108 /core/src/xmake/makefile
parent433c76d7735fc8006ab400850e0e08a4e5bffdc0 (diff)
add os.uid() and use os.uid() to check if root instead of id -u
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 0b9770bf6..b1b29ed83 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -37,6 +37,7 @@ xmake_C_FILES += \
os/strerror \
os/getwinsize \
os/versioninfo \
+ os/uid \
path/relative \
path/absolute \
path/translate \