Fix small typo in cross-file documentation

I don't know if there's any time frame on allowing multiple cross files.
This commit is contained in:
Robbert van der Helm
2022-03-23 12:19:43 +01:00
parent 3de5f6e608
commit 897afba106
+1 -1
View File
@@ -25,4 +25,4 @@ cpp_link_args = ['-mwindows']
# For instance, this should be in the 64-bit only cross-file # For instance, this should be in the 64-bit only cross-file
# c_args = ['-m64'] # c_args = ['-m64']
# cpp_args = ['-m64'] # cpp_args = ['-m64']
# cpp_link_args = ['-m64', '-mconsole'] # cpp_link_args = ['-m64', '-mwindows']