瀏覽代碼

Oops. The 64BIT variable is a carry-over from VirtualGL. TigerVNC's build system doesn't define it.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4613 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.1.90
DRC 13 年之前
父節點
當前提交
ca91758fde
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt 查看文件

@@ -115,7 +115,7 @@ if(CMAKE_COMPILER_IS_GNUCXX AND NOT APPLE AND NOT CYGWIN)
if(BUILD_STATIC)
# For some reason, simply passing ${CMAKE_CXX_FLAGS} to the compiler in
# execute_process() doesn't work. Grrr...
if(64BIT)
if(CMAKE_SIZEOF_VOID_P MATCHES 8)
execute_process(COMMAND ${CMAKE_CXX_COMPILER} -m64
--print-file-name=libstdc++.a OUTPUT_VARIABLE LIBSTDCPLUSPLUS
RESULT_VARIABLE RESULT)

Loading…
取消
儲存