Skip to content

Commit fe08b2e

Browse files
committed
fix depencies for sm SERVER-3659
1 parent 96063f8 commit fe08b2e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

third_party/sm.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def buildAutoFile( target , source , env ):
8787

8888
autoBuilder = myenv.Builder( action = buildAutoFile , suffix = '.h')
8989

90-
env.Append( BUILDERS={ 'Auto' : autoBuilder } )
91-
env.Auto( r("jsautokw.h") , [ jskwgen ] )
92-
env.Auto( r("jsautocfg.h") , [ jscpucfg ] )
90+
myenv.Append( BUILDERS={ 'Auto' : autoBuilder } )
91+
myenv.Auto( r("jsautokw.h") , [ jskwgen ] )
92+
myenv.Auto( r("jsautocfg.h") , [ jscpucfg ] )
93+
94+
myenv.Depends( r("jsscan.c") , r("jsautokw.h") )

0 commit comments

Comments
 (0)