Skip to content

Commit

Permalink
fix xmake.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 20, 2024
1 parent ad131dc commit 553c324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tbox/xmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ target "tbox"
add_files "hash/rs.c"
add_files "hash/sha.c"
add_files "hash/uuid.c"
if !is_toolchain "cosmocc"; then
if ! is_toolchain "cosmocc"; then
add_files "hash/arch/crc32.S"
fi
fi
Expand Down

0 comments on commit 553c324

Please sign in to comment.