diff options
author | midipix <writeonce@midipix.org> | 2019-11-24 06:45:57 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-12-18 13:01:02 +0000 |
commit | 4c83b7727b3d5f80435ac5e67635b8b340bd2229 (patch) | |
tree | d4e60bd0c0439f975f2b31f728ebc9e271b8a8d8 /sofort/ccenv | |
parent | c7b04495cee1e08ce95a1b112e8b658d37d2b33a (diff) | |
download | sbpython2-4c83b7727b3d5f80435ac5e67635b8b340bd2229.tar.bz2 sbpython2-4c83b7727b3d5f80435ac5e67635b8b340bd2229.tar.xz |
build system: ccenv.in: CFLAGS_OS: provide OS_LIB_SUFFIX macro definition.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r-- | sofort/ccenv/ccenv.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.in b/sofort/ccenv/ccenv.in index 531a7dd..f12c78e 100644 --- a/sofort/ccenv/ccenv.in +++ b/sofort/ccenv/ccenv.in @@ -80,6 +80,7 @@ AS = @ccenv_as@ LD = @ccenv_ld@ # @ccenv_cfgtype@ cflags +CFLAGS_OS += -DOS_LIB_SUFFIX=\"@ccenv_os_lib_suffix@\" CFLAGS_OS += @ccenv_cflags_os@ CFLAGS_PIC += @ccenv_cflags_pic@ |