Skip to content

Commit da90ac5

Browse files
committed
Add optional c to sfml
Fixes #746
1 parent 48f0d20 commit da90ac5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

rules.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Qt = (?:^|/)Qt(?:Core4|[0-9]Core)\.dll$
344344
Razer_CChromaEditor = (?:^|/)CChromaEditorLibrary(?:64)?\.dll$
345345
SDL = (?:^|/)sdl[23]?\.(?:framework/|dll$|txt$)
346346
Sentry = (?:^|/)(?:lib)?sentry\.dll$
347-
SFML = (?:^|/)(?:lib)?sfml-
347+
SFML = (?:^|/)(?:lib)?c?sfml-
348348
SharpDX = (?:^|/)SharpDX\.dll$
349349
SlimDX = (?:^|/)slimdx\.dll$
350350
Smacker_Video = (?:^|/)smackw32\.dll$

tests/types/SDK.SFML.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
/csfml-
2+
/csfml-@
3+
/libcsfml-
4+
/libcsfml-@
15
/libsfml-
26
/libsfml-@
37
/sfml-
48
/sfml-@
59
Frameworks/sfml-window.framework
610
LUFTRAUSERS.app/Contents/Frameworks/sfml-audio.framework
11+
csfml-
12+
csfml-@
13+
libcsfml-
14+
libcsfml-@
715
libsfml-
816
libsfml-@
917
libsfml-audio.2.4.1.dylib

0 commit comments

Comments
 (0)