Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc59340 commit cc8e1a4Copy full SHA for cc8e1a4
1 file changed
Misc/Makefile.pre.in
@@ -136,6 +136,10 @@ prefix= /usr/local
136
# Install prefix for architecture-dependent files
137
exec_prefix= $(prefix)
138
139
+# Uncomment the following two lines for AIX
140
+#LINKCC= $(LIBPL)/makexp_aix $(LIBPL)/python.exp "" $(LIBRARY); $(PURIFY) $(CC)
141
+#LDSHARED= $(LIBPL)/ld_so_aix $(CC) -bI:$(LIBPL)/python.exp
142
+
143
# === Fixed definitions ===
144
145
# Shell used by make (some versions default to the login shell, which is bad)
0 commit comments