Skip to content

Commit

Permalink
win-wrapper: Fix path to Cython modules
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Buesch <[email protected]>
  • Loading branch information
mbuesch committed Jun 21, 2019
1 parent f02ace0 commit ff8322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awlsim-win.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for /D %%f in ( "%USERPROFILE%\AppData\Local\Programs\Python\Python*" ) do set P

rem Set Cython paths
if not exist %awlsim_base%\build goto no_cython
for /D %%f in ( "%awlsim_base%\build\lib.*-*-3.*" ) do set PYTHONPATH=%%f\;!PYTHONPATH!
for /D %%f in ( "%awlsim_base%\build\lib.*-3.*" ) do set PYTHONPATH=%%f\;!PYTHONPATH!
set PYTHONPATH=.;%PYTHONPATH%
set AWLSIM_CYTHON=1
echo PYTHONPATH=%PYTHONPATH%
Expand Down

0 comments on commit ff8322d

Please sign in to comment.