Skip to content

Commit

Permalink
Fix dlpreopen versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 5, 2024
1 parent d9741c4 commit b4cd4a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export LDFLAGS += $(COMMON_FLAGS)
build/libapi.mjs: src/api.o $(SYSROOT)/lib/libltdl.la $(SYSROOT)/lib/libgphoto2.la
libtool --verbose --mode=link $(LD) $(LDFLAGS) -o $@ $+ \
-fexceptions --bind -s ASYNCIFY -s ALLOW_MEMORY_GROWTH -s ENVIRONMENT=web,worker \
-dlpreopen $(SYSROOT)/lib/libgphoto2/2.5.28.1/ptp2.la \
-dlpreopen $(SYSROOT)/lib/libgphoto2_port/0.12.0/usb1.la
-dlpreopen $(SYSROOT)/lib/libgphoto2/2.5.31.1/ptp2.la \
-dlpreopen $(SYSROOT)/lib/libgphoto2_port/0.12.2/usb1.la

src/api.o: deps/libgphoto2/configure.ac
src/api.o: CPPFLAGS += -Ideps/libgphoto2 -Ideps/libgphoto2/libgphoto2_port
Expand Down
2 changes: 1 addition & 1 deletion build/libapi.mjs

Large diffs are not rendered by default.

Binary file modified build/libapi.wasm
Binary file not shown.

0 comments on commit b4cd4a1

Please sign in to comment.