We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a691c7f commit 85337c3Copy full SHA for 85337c3
src/scripts/i686-elf-tools.sh
@@ -86,13 +86,13 @@ function main {
86
87
downloadSources
88
89
- if [[ $WINDOWS_ONLY == true ]]; then
+ if [[ $LINUX_ONLY == true ]]; then
90
echoColor "Skipping compiling Linux as 'win' was specified in commandline args '$args'"
91
else
92
compileAll "windows"
93
fi
94
95
- if [[ $LINUX_ONLY == true ]]; then
+ if [[ $WINDOWS_ONLY == true ]]; then
96
echoColor "Skipping compiling Windows as 'linux' was specified in commandline args '$args'"
97
98
compileAll "linux"
0 commit comments