nianhua hace 2 años
padre
commit
92f9b6392e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      CMakeLists.txt

+ 2 - 1
CMakeLists.txt

@@ -46,6 +46,7 @@ else()
 	include_directories(
 		/usr/local/include/ylib
 		/usr/local/include/fastweb
+		/opt/lua54/include
 		/usr/local/include)
 	add_definitions(-DfPIC)
 endif()
@@ -76,7 +77,7 @@ else()
 			hpsocket
 			ylib
 			crypto
-			lua
+			/opt/lua54/lib/liblua.a
 			pthread
 			leveldb
 	)