mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-06-04 08:59:46 -04:00
Statically link the C libraries
This commit is contained in:
parent
48859f2215
commit
2d50b146af
4 changed files with 10 additions and 6 deletions
|
@ -2,8 +2,8 @@ package wiiudownloader
|
|||
|
||||
/*
|
||||
#cgo CFLAGS: -I${SRCDIR}/gtitles
|
||||
#cgo LDFLAGS: -Wl,-rpath,${SRCDIR}/gtitles
|
||||
#cgo LDFLAGS: -L${SRCDIR}/gtitles
|
||||
#cgo LDFLAGS: -Wl,-rpath,${SRCDIR}
|
||||
#cgo LDFLAGS: -L${SRCDIR}
|
||||
#cgo LDFLAGS: -lgtitles
|
||||
#include <gtitles.h>
|
||||
#include <ctype.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue