Skip to content

Commit

Permalink
cd $TARGETPATH/lib/xrdp
Browse files Browse the repository at this point in the history
gcc -shared -o libvnc.so libvnc.a
  • Loading branch information
sam#gemmi-win10 committed Nov 9, 2023
1 parent f9e1731 commit e47bba8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compile/src/x-xrdp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ make;
log "install XRDP..."
make install;

# libvnc.so
cd $TARGETPATH/lib/xrdp
gcc -shared -o libvnc.so libvnc.a
}


Expand Down

0 comments on commit e47bba8

Please sign in to comment.