[ttssh2-commit] [9378] nasmのパス設定を誤っていた

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 8月 21日 (土) 01:31:31 JST


Revision: 9378
          https://osdn.net/projects/ttssh2/scm/svn/commits/9378
Author:   zmatsuo
Date:     2021-08-21 01:31:30 +0900 (Sat, 21 Aug 2021)
Log Message:
-----------
nasmのパス設定を誤っていた

- r9346 で移動したときの修正抜け

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/9346

Modified Paths:
--------------
    trunk/teraterm/layer_for_unicode/CMakeLists.txt

-------------- next part --------------
Modified: trunk/teraterm/layer_for_unicode/CMakeLists.txt
===================================================================
--- trunk/teraterm/layer_for_unicode/CMakeLists.txt	2021-08-19 13:57:08 UTC (rev 9377)
+++ trunk/teraterm/layer_for_unicode/CMakeLists.txt	2021-08-20 16:31:30 UTC (rev 9378)
@@ -53,7 +53,7 @@
   include("list_asm.cmake")
 
   if(CMAKE_HOST_SYSTEM_NAME MATCHES "Windows")
-    set(BUILDTOOLS_NASM ${CMAKE_CURRENT_LIST_DIR}/../../../buildtools/nasm/nasm.exe)
+    set(BUILDTOOLS_NASM ${CMAKE_CURRENT_LIST_DIR}/../../buildtools/nasm/nasm.exe)
     if(EXISTS ${BUILDTOOLS_NASM})
       set(CMAKE_ASM_NASM_COMPILER ${BUILDTOOLS_NASM})
     endif()


ttssh2-commit メーリングリストの案内
Back to archive index