This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
python: fix cross-compiling C++ modules.
Signed-off-by: Attila Lendvai <attila@lendvai.name>
lilik-openwrt-22.03
Attila Lendvai
9 years ago
committed by
Karl Palsson
parent
d003d3c06d
commit
2bb9f6b9c7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lang/python/files/python-package.mk
+ 1
- 0
lang/python/files/python-package.mk
View File
@ -103,6 +103,7 @@ define Build/Compile/PyMod
cd
$(
PKG_BUILD_DIR
)
/
$(
strip
$(
1
)
)
;
\
CC
=
"
$(
TARGET_CC
)
"
\
CCSHARED
=
"
$(
TARGET_CC
)
$(
FPIC
)
"
\
CXX
=
"
$(
TARGET_CXX
)
"
\
LD
=
"
$(
TARGET_CC
)
"
\
LDSHARED
=
"
$(
TARGET_CC
)
-shared
"
\
CFLAGS
=
"
$(
TARGET_CFLAGS
)
"
\
Write
Preview
Loading…
Cancel
Save