Skip to content

Commit

Permalink
Fix for tomcrypt component, and windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskr97 committed Mar 19, 2019
1 parent 5603feb commit 377120e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matrix:
script:
- mkdir -p ${TRAVIS_BUILD_DIR}/build && cd ${TRAVIS_BUILD_DIR}/build
- cmake ..
- MSbuild.exe TravisTesting.sln -t:TravisTesting
- MSbuild.exe Etterna.sln -t:Etterna /p:Configuration=Release



Expand Down
1 change: 1 addition & 0 deletions extern/libtomcrypt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ add_library("tomcrypt" STATIC ${TOMCRYPT_SRC} ${TOMCRYPT_HPP})

set_property(TARGET "tomcrypt" PROPERTY FOLDER "External Libraries")

set_target_properties(tomcrypt PROPERTIES COMPILE_DEFINITIONS LTC_NO_ASM)
#if (WITH_PORTABLE_TOMCRYPT)
# sm_add_compile_definition("tomcrypt" LTC_NO_ASM)
#elseif(WITH_NO_ROLC_TOMCRYPT AND NOT APPLE)
Expand Down

0 comments on commit 377120e

Please sign in to comment.