瀏覽代碼

Merge topic 'aix-clang-compiler-target'

c482a8833a AIX: Fix shared library linking with CMAKE_<LANG>_COMPILER_TARGET

Acked-by: Kitware Robot <[email protected]>
Merge-request: !11113
Brad King 1 月之前
父節點
當前提交
f70a8f890b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Modules/Platform/AIX/ExportImportList

+ 1 - 0
Modules/Platform/AIX/ExportImportList

@@ -23,6 +23,7 @@ while test "$#" != 0; do
     -n) no_objects='1' ;;
     -c) shift; compiler="$1" ;;
     --) shift; break ;;
+    --target=*) ;;
     -*) die "$usage" ;;
     *)  break ;;
     esac