Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Oct 26, 2018
1 parent ac2eddb commit 580d9e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/vm/vm_cpython_ss/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ add_library(vm_cpython_ss SHARED

set_target_properties(vm_cpython_ss PROPERTIES LINK_FLAGS "${LINK_FLAGS}")

add_dependencies(vm_cpython_ss vmapi4python)

target_link_libraries(vm_cpython_ss PRIVATE python3-ss eosiolib_native)
#target_compile_options(vm_cpython_ss PUBLIC -DCYTHON_PEP489_MULTI_PHASE_INIT=0)

Expand Down

0 comments on commit 580d9e0

Please sign in to comment.