Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf792ae7

Browse files
Merge pull request#3 from Zardshard/build3
Fix syntax error in Jamfile
2 parentsc721a85 +1560f86 commitf792ae7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Jamfile‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ actions SoftLink
4040
## Main build file
4141

4242
# Where to search for .cpp files
43-
SEARCH_SOURCE += bindings/interface bindings/app;
43+
SEARCH_SOURCE += bindings/interface bindings/app;
4444

4545
# Where to look for header files
46-
SubDirHdrs /system/lib/python3.9/vendor-packages/pybind11/include/ ; #TODO: hardcoded python version
46+
# TODO: hardcoded python version
47+
SubDirHdrs /system/lib/python3.9/vendor-packages/pybind11/include/ ;
4748
SubDirHdrs /system/develop/headers/python3.9/ ;
4849

4950
# Additional C++ flags to use when compiling

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp