Skip to content

Commit 4d1489d

Browse files
authored
Fix SWIGIMPORTED usage (#29)
1 parent 9728aae commit 4d1489d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/flc.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
%module "flc"
99

10-
#if defined(SWIGIMPORTED) && !defined(SWIGIMPORTED)
10+
#if defined(SWIGIMPORTED) && !defined(FLC_SWIGIMPORTED)
1111
#error "To import the FLC module correctly, use ``%include \"import_flc.i\"``"
1212
#endif
1313

0 commit comments

Comments
 (0)