Skip to content
Snippets Groups Projects
Unverified Commit 90e33add authored by Jonathan Chang's avatar Jonathan Chang Committed by GitHub
Browse files

Merge pull request #9317 from danielnachun/add_std_cmake_arg

explicitly specify CMake libdir as lib
parents d1295ae4 7d8f6d9d
No related branches found
No related tags found
No related merge requests found
......@@ -1422,6 +1422,7 @@ class Formula
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=#{prefix}
-DCMAKE_INSTALL_LIBDIR=lib
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment