File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ target_sources(DxLib
69
69
70
70
set_target_properties (DxLib
71
71
PROPERTIES
72
- COMPILE_FLAGS "-s USE_FREETYPE=1 -s SIDE_MODULE=1 -s ALLOW_MEMORY_GROWTH=1"
72
+ COMPILE_FLAGS "-s USE_FREETYPE=1 -s ALLOW_MEMORY_GROWTH=1"
73
73
CXX_STANDARD 11
74
74
)
75
75
@@ -91,7 +91,7 @@ target_sources(DxDrawFunc
91
91
92
92
set_target_properties (DxDrawFunc
93
93
PROPERTIES
94
- COMPILE_FLAGS "-s SIDE_MODULE=1 -s ALLOW_MEMORY_GROWTH=1"
94
+ COMPILE_FLAGS "-s ALLOW_MEMORY_GROWTH=1"
95
95
CXX_STANDARD 11
96
96
)
97
97
@@ -115,7 +115,7 @@ target_sources(DxUseCLib
115
115
116
116
set_target_properties (DxUseCLib
117
117
PROPERTIES
118
- COMPILE_FLAGS "-s USE_OGG=1 -s USE_VORBIS=1 -s USE_LIBPNG=1 -s USE_LIBJPEG=1 -s USE_ZLIB=1 -s USE_BULLET=1 -s SIDE_MODULE=1 -s ALLOW_MEMORY_GROWTH=1"
118
+ COMPILE_FLAGS "-s USE_OGG=1 -s USE_VORBIS=1 -s USE_LIBPNG=1 -s USE_LIBJPEG=1 -s USE_ZLIB=1 -s USE_BULLET=1 -s ALLOW_MEMORY_GROWTH=1"
119
119
CXX_STANDARD 11
120
120
)
121
121
You can’t perform that action at this time.
0 commit comments