diff options
author | midipix <writeonce@midipix.org> | 2021-06-04 14:27:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-04 19:47:09 +0000 |
commit | 5dc03c4b10f350691d781153b8aa994c6f93a5e7 (patch) | |
tree | ec382655652db26487762a10c53a5d0e3bd7e382 /sofort/ccenv/ccenv.in | |
parent | 282fe96a05198c8ed29d83a232d4d90f9a5f69f6 (diff) | |
download | slibtool-5dc03c4b10f350691d781153b8aa994c6f93a5e7.tar.bz2 slibtool-5dc03c4b10f350691d781153b8aa994c6f93a5e7.tar.xz |
build system: ccenv: added ccenv_set_cc_switch_vars().
Diffstat (limited to 'sofort/ccenv/ccenv.in')
-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 4037952..a7f2056 100644 --- a/sofort/ccenv/ccenv.in +++ b/sofort/ccenv/ccenv.in @@ -87,3 +87,4 @@ CFLAGS_OS += -DOS_LIB_SUFFIX=\"@ccenv_os_lib_suffix@\" CFLAGS_OS += @ccenv_cflags_os@ CFLAGS_PIC += @ccenv_cflags_pic@ +# @ccenv_cfgtype@ cflags: supported compiler switches |