Skip to content

Commit 1556d5b

Browse files
authored
Build is platform dependent, not independent. (#1467)
Just saw this contradiction on the website and thought I could quickly fix it.
1 parent 6c4221c commit 1556d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorials/compiling_with_nuitka/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ bundles your application's source code in dll files. This way, you get two benef
2121
* The resulting executable's size is small.
2222

2323
We are using Windows for this tutorial, but most of the commands can be used as-it-is
24-
on other platforms including Linux and Mac. **Note that the build is platform independent,
25-
meaning a Windows build will not work out-of-the-box on other OS**
24+
on other platforms including Linux and Mac. **Note that the build is platform dependent,
25+
meaning a Windows build will not work out-of-the-box on another OS.**
2626

2727

2828
Compiling a Simple Arcade Script

0 commit comments

Comments
 (0)