Skip to content

Commit

Permalink
Merge pull request #52 from ovo4096/patch-1
Browse files Browse the repository at this point in the history
fix make export libOpenDrive
  • Loading branch information
pageldev authored Dec 1, 2022
2 parents 39755b3 + 75112a6 commit c0616df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if(EMSCRIPTEN)
--bind \
-s ENVIRONMENT=web \
-s MODULARIZE=1 \
-s 'EXPORT_NAME=\"libOpenDrive\"' \
-s EXPORT_NAME='\"libOpenDrive\"' \
-s EXPORTED_RUNTIME_METHODS='[\"cwrap\"]' \
-s FORCE_FILESYSTEM=1 \
-s ALLOW_MEMORY_GROWTH=1 \
Expand Down

0 comments on commit c0616df

Please sign in to comment.