mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
Fix helloworld example by including necessary libs.
This commit is contained in:
parent
151e20c083
commit
2b68b3af10
@ -18,7 +18,7 @@ BUILD := build
|
||||
SOURCE := src
|
||||
INCLUDE := include
|
||||
DATA := data
|
||||
LIBS := -lcoreinit -lproc_ui -lsysapp
|
||||
LIBS := -lgcc -lcrt -lcoreinit -lproc_ui -lsysapp
|
||||
|
||||
CFLAGS += -O2 -Wall -std=c11
|
||||
CXXFLAGS += -O2 -Wall
|
||||
|
Loading…
Reference in New Issue
Block a user