Skip to content

Commit be0b861

Browse files
authored
Merge branch 'master' into cpp_imsvc_support
2 parents e712f41 + b08e7a9 commit be0b861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def GetPossiblePythonLibraryDirectories():
292292
return [
293293
sysconfig.get_config_var( 'LIBPL' ),
294294
p.join( prefix, 'lib64' ),
295+
p.join( prefix, 'lib/64' ),
295296
p.join( prefix, 'lib' )
296297
]
297298

0 commit comments

Comments
 (0)