diff options
Diffstat (limited to 'PC/os2emx/Makefile')
-rw-r--r-- | PC/os2emx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index ff04f72..9bfd927 100644 --- a/PC/os2emx/Makefile +++ b/PC/os2emx/Makefile @@ -237,7 +237,7 @@ $(OUT)%$O: %.c # Output file names PYTHON_VER= 2.6 -PYTHON_LIB= python26 +PYTHON_LIB= python27 PYTHON.LIB= $(PYTHON_LIB)_s$A PYTHON.IMPLIB= $(PYTHON_LIB)$A ifeq ($(EXEOMF),yes) |