Skip to content

Commit 9bd4845

Browse files
authored
build: fix path
Signed-off-by: Athan <[email protected]>
1 parent e814dcc commit 9bd4845

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/planck/mode

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/mode/include.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Define variables to be used throughout the configuration for all targets:
2525
'variables': {
2626
# Source directory:
27-
'src_dir': ' ./src',
27+
'src_dir': './src',
2828

2929
# Include directories:
3030
'include_dirs': [

0 commit comments

Comments
 (0)