Skip to content

Commit 6a93fed

Browse files
philvukovicNydauron
authored andcommitted
fix build and add python server
1 parent f5333f4 commit 6a93fed

File tree

3 files changed

+1778
-3
lines changed

3 files changed

+1778
-3
lines changed

QtSpim.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ contains(QMAKE_CXX, em++) {
6161

6262
MEM_SIZES = TEXT_SIZE=65536 DATA_SIZE=131072 K_TEXT_SIZE=65536
6363
DEFINES += $${MEM_SIZES} DEFAULT_EXCEPTION_HANDLER="\"\\\"/usr/share/spim/exceptions.s\\\"\""
64-
QMAKE_POST_LINK += sed -i\'\' \'s/throw\"getitimer() is not implemented yet\"//g\' wasm.js; \
65-
sed -i\'\' \'s/throw\"setitimer() is not implemented yet\"//g\' wasm.js; \
64+
QMAKE_POST_LINK += sed -i \'\' \'s/throw\"getitimer() is not implemented yet\"//g\' wasm.js; \
65+
sed -i \'\' \'s/throw\"setitimer() is not implemented yet\"//g\' wasm.js; \
6666
rm -f $${MY_TARGET}.html qtlogo.svg qtloader.js
6767
QMAKE_CLEAN += $${MY_TARGET}.wasm $${MY_TARGET}.js $${MY_TARGET}.data
6868
} else {

0 commit comments

Comments
 (0)