Skip to content

Commit

Permalink
More pedantic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Dec 19, 2023
1 parent 3721525 commit 25d1260
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- {os: macos-latest, r: 'release'}
- {os: macos-latest, r: 'oldrel'}

- {os: windows-latest, r: 'devel', rtools: '43'}
- {os: windows-latest, r: 'release', rtools: '42'}
- {os: windows-latest, r: 'oldrel', rtools: '40'}
- {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel'}

- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
Expand Down
3 changes: 3 additions & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ build-static: $(QUICKJS_OBJECTS)
@mkdir -p ../inst/lib/$(R_ARCH)
$(AR) -rs ../inst/lib/$(R_ARCH)/libquickjs.a $(QUICKJS_OBJECTS)

$(QUICKJS_OBJECTS): quickjs/%.o : quickjs/%.c
$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -std=c11 -c $< -o $@

clean:
$(RM) $(QUICKJS_OBJECTS) ../inst/lib/$(R_ARCH)/libquickjs.a
2 changes: 1 addition & 1 deletion src/quickjs
Submodule quickjs updated 1 files
+5 −6 quickjs.c

0 comments on commit 25d1260

Please sign in to comment.