Skip to content

Commit 3970d87

Browse files
naveen521kklazka
authored andcommitted
fix build testinternalcapi
1 parent 7d8565e commit 3970d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7431,7 +7431,7 @@ PY_STDLIB_MOD([_overlapped], [test "$MACHDEP" = "win32"], [], [],
74317431
dnl test modules
74327432
PY_STDLIB_MOD([_testcapi], [test "$TEST_MODULES" = yes])
74337433
PY_STDLIB_MOD([_testclinic], [test "$TEST_MODULES" = yes])
7434-
PY_STDLIB_MOD([_testinternalcapi], [test "$TEST_MODULES" = yes])
7434+
PY_STDLIB_MOD([_testinternalcapi], [test "$TEST_MODULES" = yes], [], [-DPY3_DLLNAME="\"$DLLLIBRARY\""], [])
74357435
PY_STDLIB_MOD([_testbuffer], [test "$TEST_MODULES" = yes])
74367436
PY_STDLIB_MOD([_testimportmultiple], [test "$TEST_MODULES" = yes], [test "$ac_cv_func_dlopen" = yes])
74377437
PY_STDLIB_MOD([_testmultiphase], [test "$TEST_MODULES" = yes], [test "$ac_cv_func_dlopen" = yes])

0 commit comments

Comments
 (0)