Skip to content

Commit a0cea40

Browse files
committed
Update how sfml is handled in the makefile
1 parent ecc4310 commit a0cea40

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,7 @@ ifeq ($(WINDOWS_STATIC),1)
252252
FE_WINDOWS_COMPILE=1
253253

254254
else
255-
256-
LIBS += -lsfml-graphics \
257-
-lsfml-window \
258-
-lsfml-system
255+
TEMP_LIBS += sfml-graphics sfml-window sfml-system
259256
endif
260257

261258
ifneq ($(NO_SWF),1)

0 commit comments

Comments
 (0)