From 34f89e06b97b31723ff537b6bcfd216319efe351 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 26 Dec 2020 17:19:22 +0800 Subject: fix makefile --- core/src/xmake/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 162427ea4..5421a907d 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -135,6 +135,8 @@ ifdef iswin xmake_C_FILES += \ winos/ansi \ winos/logical_drives \ + winos/registry_keys \ + winos/registry_values \ winos/registry_query endif -- cgit v1.3.1