You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/posts/quickstart-4-basic-project-settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ After version 2.1.9, it supports adding unknown code files. By setting rule cust
333
333
```lua
334
334
target("test")
335
335
-- ...
336
-
add_files("src/test/*. md", {rule="markdown"})
336
+
add_files("src/test/*. md", {rules="markdown"})
337
337
```
338
338
339
339
And after version 2.1.9, you can use the force parameter to forcibly disable the automatic detection of cxflags, cflags and other compilation options, and pass it directly to the compiler, even if the compiler may not support it, it will be set:
0 commit comments