diff options
| author | ruki <[email protected]> | 2021-11-10 00:21:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-11-10 00:21:29 +0800 |
| commit | 0a17c9c9d9143dfa4281efb13b0f550533d96a18 (patch) | |
| tree | e04530f85f0b3cab8c29ec6daac253fbc8573fdd /core/src/xmake/makefile | |
| parent | f0d88dbc6bf6b06724edf942488a8e21050c9484 (diff) | |
support std for c++ modules/msvc
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index f45d834e2..9e0a3decb 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -145,7 +145,8 @@ xmake_C_FILES += \ winos/logical_drives \ winos/registry_keys \ winos/registry_values \ - winos/registry_query + winos/registry_query \ + winos/short_path endif # flags |
