Skip to content

Commit

Permalink
stubs: fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Nov 14, 2023
1 parent 9340b11 commit 93540c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function(GENERATE_STUBS module_path module_name module_install_dir)
endif($ENV{PYTHONPATH})

if(WIN32)
if($ENV{PYTHONPATH})
if($ENV{PATH})
set(WINDOWS_PATH ${module_path};$ENV{PATH})
else()
set(WINDOWS_PATH ${module_path})
Expand Down

0 comments on commit 93540c7

Please sign in to comment.