Kaydet (Commit) fb624f7d authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Cmake prefix düzenlendi.

üst c1970848
......@@ -84,7 +84,7 @@ def cmake_configure(parameters=""):
cd("inaryPackageBuild")
if can_access_file(util.join_path("..", 'CMakeLists.txt')):
args = 'cmake -DCMAKE_INSTALL_PREFIX={0} \
args = 'cmake -DCMAKE_INSTALL_PREFIX=/{0} \
-DCMAKE_INSTALL_LIBDIR={1} \
-DCMAKE_C_FLAGS="{6} {2}" \
-DCMAKE_CXX_FLAGS="{6} {3}" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment