Skip to content

Commit

Permalink
Merge pull request #13 from novikov-alexander/main
Browse files Browse the repository at this point in the history
Enable es6 modules
  • Loading branch information
qiuxiang committed Jun 28, 2022
2 parents a4e61d0 + 6c6e6ef commit a05fb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ set(source_files
add_definitions(-DHAVE_CONFIG_H)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
-s MODULARIZE=1 \
-s EXPORT_ES6=1 \
-s SINGLE_FILE=1 \
-s EXPORT_NAME=aubio \
-Oz --closure 1 --bind")
Expand Down

0 comments on commit a05fb2e

Please sign in to comment.