Skip to content

Commit

Permalink
don't worry about testing C compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jan 22, 2025
1 parent d8f7325 commit 572559c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ bundled_libs = []
if not env.GetOption('clean'):
conf = Configure(env)

if not conf.CheckCC() or not conf.CheckCXX():
if not conf.CheckCXX():
print("There's a problem with your compiler!")
Exit(1)

Expand Down

0 comments on commit 572559c

Please sign in to comment.