Skip to content

Commit 0192438

Browse files
committed
Updated i686-elf-tools.sh
1 parent 3b6b882 commit 0192438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/i686-elf-tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ function main {
8989
if [[ $WINDOWS_ONLY == true ]]; then
9090
echoColor "Skipping compiling Linux as 'win' was specified in commandline args '$args'"
9191
else
92-
compileAll "linux"
92+
compileAll "windows"
9393
fi
9494

9595
if [[ $LINUX_ONLY == true ]]; then
9696
echoColor "Skipping compiling Windows as 'linux' was specified in commandline args '$args'"
9797
else
98-
compileAll "windows"
98+
compileAll "linux"
9999
fi
100100

101101
finalize

0 commit comments

Comments
 (0)