Skip to content

Commit ec9fe6c

Browse files
authored
Merge branch 'master' into cpp_incomplete_macro
2 parents 1715b92 + b08e7a9 commit ec9fe6c

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)