You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: emcmake.py
+2-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
# found in the LICENSE file.
6
6
7
7
importos
8
+
importshlex
8
9
importshutil
9
10
importsys
10
11
fromtoolsimportshared
@@ -56,7 +57,7 @@ def has_substr(args, substr):
56
57
print('emcmake: no compatible cmake generator found; Please install ninja or mingw32-make, or specify a generator explicitly using -G', file=sys.stderr)
self.assertContained('error building port `sdl2_image:formats=invalid` | invalid is not a supported format', self.do([EMBUILDER, 'build', 'sdl2_image:formats=invalid', '--force']))
0 commit comments