Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fixes for win32 #233

Merged
merged 2 commits into from Jan 12, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Building jsglue should include js-confdefs.h

  • Loading branch information
vvuk committed Jan 7, 2016
commit 8faa4aa6778c041ebd171d52c10641a8325fdda0
@@ -26,7 +26,7 @@ ifneq (,$(CARGO_FEATURE_DEBUGMOZJS))
CFLAGS += -g -O0 -DDEBUG -D_DEBUG
endif

CFLAGS += -I$(DEP_MOZJS_OUTDIR)/dist/include
CFLAGS += -I$(DEP_MOZJS_OUTDIR)/dist/include -include $(DEP_MOZJS_OUTDIR)/js/src/js-confdefs.h

.PHONY: all
all: $(OUT_DIR)/libjsglue.a
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.