Skip to content

Commit

Permalink
undo something
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclover committed Feb 12, 2025
1 parent 063ecfa commit fd8b304
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cmake/targets/BuildBun.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,14 @@ register_command(
CWD
${BUN_NODE_FALLBACKS_SOURCE}
COMMAND
${BUN_EXECUTABLE} build
${BUN_EXECUTABLE} x
esbuild ${ESBUILD_ARGS}
${BUN_NODE_FALLBACKS_SOURCES}
--outdir=${BUN_NODE_FALLBACKS_OUTPUT}
--format=esm
--minify
--target=browser
--emit-dce-annotations
--define=process.env.NODE_DEBUG=false
--define=global=globalThis
--bundle
--platform=browser
SOURCES
${BUN_NODE_FALLBACKS_SOURCES}
${BUN_NODE_FALLBACKS_NODE_MODULES}
Expand Down

0 comments on commit fd8b304

Please sign in to comment.