Skip to content

Commit 41d6b71

Browse files
authored
disable cc wrapper for now
Doesn't work, `LD_LIBRARY_PATH` needs to be set for more stuff...
1 parent 79b7aad commit 41d6b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

useful-tools/quick-sharun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ done
14791479
# these need to be done later because sharun may make shared/lib a symlink to lib
14801480
# and if we make shared/lib first then it breaks sharun
14811481
if [ "$DEPLOY_SYS_PYTHON" = 1 ]; then
1482-
_add_cc_wrapper
1482+
#_add_cc_wrapper
14831483
set -- "$LIB_DIR"/python*
14841484
if [ -d "$1" ]; then
14851485
cp -r "$1" "$APPDIR"/shared/lib

0 commit comments

Comments
 (0)