Skip to content

Commit a0a5e93

Browse files
authored
Merge pull request #26 from clemisch/main
Add missing env update in SConstruct when PREFIX is not set
2 parents 2b63b02 + f7d9e66 commit a0a5e93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ else:
7070
'prefix',
7171
'installation prefix directory',
7272
'/usr/local'))
73+
vars.Update(env)
7374

7475
if platform.system().lower() == "windows":
7576
# Installation paths

0 commit comments

Comments
 (0)