Skip to content

Commit d610adc

Browse files
committed
Build: add pyluxcore as subtarget of wheel-test
1 parent c4ac2a1 commit d610adc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636
package:
3737
$(LUX-CMAKE) build-and-install package
3838

39-
wheel-test:
39+
wheel-test: pyluxcore
4040
$(LUX-CMAKE) wheel-test
4141

4242
win-recompose:

make.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ call %LUXMAKE% clean
9797
goto :EOF
9898

9999
:WheelTest
100+
call %LUXMAKE% pyluxcore
100101
call %LUXMAKE% wheel-test
101102
goto :EOF
102103

0 commit comments

Comments
 (0)