Skip to content

Commit

Permalink
client: wscript: fix build with goldsrc support when no SDL2 is insta…
Browse files Browse the repository at this point in the history
…lled in the system
  • Loading branch information
a1batross committed Jan 10, 2025
1 parent e530099 commit a816e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cl_dll/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def build(bld):

if bld.env.GOLDSOURCE_SUPPORT:
defines += ['GOLDSOURCE_SUPPORT']
includes += ['../external/']

if bld.env.DEST_OS == 'win32':
libs += ["WINMM"]
Expand Down

0 comments on commit a816e95

Please sign in to comment.