Fixed msvc pch

This commit is contained in:
2022-09-28 01:09:41 +08:00
parent b4d4a1fc51
commit cd0f07fbf3
7 changed files with 42 additions and 27 deletions
+2 -2
View File
@@ -210,8 +210,8 @@ class Context:
from aquery_config import build_driver, os_platform
if not self.finalized:
headers = ''
if build_driver == 'MSBuild':
headers ='#include \"./server/pch.hpp\"\n'
# if build_driver == 'MSBuild':
# headers ='#include \"./server/pch.hpp\"\n'
for h in self.headers:
if h[0] != '"':