summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-23 10:08:10 +0800
committerGitHub <[email protected]>2017-05-23 10:08:10 +0800
commitffa57872e4e1df66db1df8174ffcde4ff0dcd296 (patch)
treeefdfac36b53d06e8f18d12e4abe1d32de85cc67e /core/src/xmake/makefile
parenta29b2d72f26bc88f64eb44cd14255dad68153e7d (diff)
parent2cb7a91bf266680266de51636ce6620cbecc9362 (diff)
Merge pull request #113 from TitanSnow/root
privilege manage (escalation & degradation) when running as root
Diffstat (limited to 'core/src/xmake/makefile')
-rw-r--r--core/src/xmake/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index b1b29ed83..c7b1ffc29 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -38,6 +38,8 @@ xmake_C_FILES += \
os/getwinsize \
os/versioninfo \
os/uid \
+ os/gid \
+ os/getown \
path/relative \
path/absolute \
path/translate \