Skip to content

Commit

Permalink
link python
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored Oct 2, 2024
1 parent 45c39b7 commit e5d66d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/mkn.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#! clean build -dtS

name: tick

self: tick.py

property:
Expand All @@ -20,7 +19,6 @@ property:
-Wl,-z,relro -Wl,-z,relro
bsd_largs: ${nixish_largs}


profile:
- name: arg
arg: ${cargs}
Expand Down Expand Up @@ -59,10 +57,16 @@ profile:
parent: arg
arg: -DBUILDING_DLL
src: cpp
env: |
MKN_LIB_LINK_LIB=1
MKN_PYTHON_LIB_EMBED=1
- name: gtest
parent: arg
self: gtest_lib
dep: google.test
arg: -DGTEST_LINKED_AS_SHARED_LIBRARY -DADD_MAIN
env: |
MKN_LIB_LINK_LIB=1
MKN_PYTHON_LIB_EMBED=1
# run: find lib/cpp-test -name "*gtest.cpp"

0 comments on commit e5d66d1

Please sign in to comment.