Skip to content

Commit a47080d

Browse files
committed
Fix typo
1 parent 02a5abd commit a47080d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-header.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else
1515
if [[ $(uname) == Darwin ]] ; then
1616
PLATFORM=macosx_intel
1717
PKGEXT=tar.bz2
18-
DLLEXT=.so
18+
DLLEXT=.dylib
1919
ARMOR=./pyarmor
2020
else
2121
if [[ $(arch) == x86_64 ]] ; then

0 commit comments

Comments
 (0)