Skip to content

Commit

Permalink
fuck mustdie
Browse files Browse the repository at this point in the history
  • Loading branch information
er2off committed Mar 7, 2023
1 parent 1a12b39 commit 19ffce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vgui2/vgui_controls/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def build(bld):

includes = [
'.',
'../../common',
'../..',
'../../public',
'../../public/tier0',
'../../public/tier1'
Expand All @@ -109,6 +109,7 @@ def build(bld):

if bld.env.DEST_OS == 'win32':
libs += ['SHELL32']
includes += ['../../common']

bld.stlib(
source = source,
Expand Down

0 comments on commit 19ffce0

Please sign in to comment.