Navigation Menu

Skip to content

Commit

Permalink
Statically building AsmJit.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Nov 27, 2011
1 parent 1c75ed7 commit 3f20310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AsmJit/CMakeLists.txt
Expand Up @@ -57,5 +57,5 @@ If(${CMAKE_BUILD_TYPE})
EndIf()
EndIf()

Add_Library(AsmJit SHARED ${ASMJIT_SOURCES} ${ASMJIT_HEADERS})
Add_Library(AsmJit STATIC ${ASMJIT_SOURCES} ${ASMJIT_HEADERS})

0 comments on commit 3f20310

Please sign in to comment.